#c674b0

Color #C674B0 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #C674B0

Tints of Bouquet #C674B0

Color information

#C674B0 (or 0xC674B0) is unknown color: approx Bouquet. HEX triplet: C6, 74 and B0. RGB value is (198,116,176). Sum of RGB (Red+Green+Blue) = 198+116+176=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C674B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674B0 is #398B4F. Grayscale: #939393. Windows color (decimal): -3771216 or 11564230. OLE color: 11564230.

HSL color Cylindrical-coordinate representation of color #C674B0: hue angle of 316.1º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674B0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198116176-
CMYK00.410.110.22
HSL316.1º41.84%61.57%-
HSV(B)316.1º41.41%77.65%-
XYZ37.3727.6344.44-
YUV147.36144.17164.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=40.41%
G=23.67%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811617600.410.110.22316.141.8461.57
HexC674B0029B1613c2a3e
Octal30616426005113264745276
Binary110001101110100101100000101001101110110100111100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c674b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c674b0; }

 p { color: rgb(198,116,176); }

 H1.HeaderClassName
 {
   color: #c674b0;
 }
 .AnyTagClassName
 {
   color: #c674b0;
 }
</style>
background-color css

<style>
 a { background-color: #c674b0; }

 a { background-color: rgb(198,116,176); }

 div.DivClassName
 {
   background-color: #c674b0;
 }
 .BgClassName
 {
   background-color: #c674b0;
 }
</style>
border-color css

<style>
 span { border-color: #c674b0; }

 span { border-color: rgb(198,116,176); }

 td.TdClassName
 {
   border-color: #c674b0;
 }
 .TagClassName
 {
   border-color: #c674b0;
 }
</style>