#C06EA9

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

Shades of Bouquet #C06EA9

Tints of Bouquet #C06EA9

Color information

#C06EA9 (or 0xC06EA9) is unknown color: approx Bouquet. HEX triplet: C0, 6E and A9. RGB value is (192,110,169). Sum of RGB (Red+Green+Blue) = 192+110+169=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EA9 is #3F9156. Grayscale: #8D8D8D. Windows color (decimal): -4165975 or 11103936. OLE color: 11103936.

HSL color Cylindrical-coordinate representation of color #C06EA9: hue angle of 316.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EA9 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB192110169-
CMYK00.430.120.25
HSL316.83º39.42%59.22%-
HSV(B)316.83º42.71%75.29%-
XYZ34.4825.2240.59-
YUV141.24143.67164.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 110 (43.36% from 255) = 23.35%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=40.76%
G=23.35%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211016900.430.120.25316.8339.4259.22
HexC06EA902BC1913d273b
Octal30015625105314314754773
Binary110000001101110101010010101011110011001100111101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EA9; }

 p { color: rgb(192,110,169); }

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

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

 a { background-color: rgb(192,110,169); }

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

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

 span { border-color: rgb(192,110,169); }

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