#C09AB6

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

Shades of Lily #C09AB6

Tints of Lily #C09AB6

Color information

#C09AB6 (or 0xC09AB6) is unknown color: approx Lily. HEX triplet: C0, 9A and B6. RGB value is (192,154,182). Sum of RGB (Red+Green+Blue) = 192+154+182=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AB6 is #3F6549. Grayscale: #A8A8A8. Windows color (decimal): -4154698 or 11967168. OLE color: 11967168.

HSL color Cylindrical-coordinate representation of color #C09AB6: hue angle of 315.79º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AB6 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB192154182-
CMYK00.200.050.25
HSL315.79º23.17%67.84%-
HSV(B)315.79º19.79%75.29%-
XYZ41.7437.749.33-
YUV168.55135.59144.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=36.36%
G=29.17%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215418200.200.050.25315.7923.1767.84
HexC09AB601451913c1744
Octal30023226602453147427104
Binary11000000100110101011011001010010111001100111100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AB6; }

 p { color: rgb(192,154,182); }

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

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

 a { background-color: rgb(192,154,182); }

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

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

 span { border-color: rgb(192,154,182); }

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