#C06EA8

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

Shades of Bouquet #C06EA8

Tints of Bouquet #C06EA8

Color information

#C06EA8 (or 0xC06EA8) is unknown color: approx Bouquet. HEX triplet: C0, 6E and A8. RGB value is (192,110,168). Sum of RGB (Red+Green+Blue) = 192+110+168=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EA8 is #3F9157. Grayscale: #8C8C8C. Windows color (decimal): -4165976 or 11038400. OLE color: 11038400.

HSL color Cylindrical-coordinate representation of color #C06EA8: hue angle of 317.56º 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 #C06EA8 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB192110168-
CMYK00.430.120.25
HSL317.56º39.42%59.22%-
HSV(B)317.56º42.71%75.29%-
XYZ34.3825.1940.09-
YUV141.13143.17164.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 168 (66.02% from 255) = 35.74%
R=40.85%
G=23.40%
B=35.74%

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
Decimal19211016800.430.120.25317.5639.4259.22
HexC06EA802BC1913e273b
Octal30015625005314314764773
Binary110000001101110101010000101011110011001100111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06EA8; }

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

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

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

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

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

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

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

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