#C09CB9

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

Shades of Lily #C09CB9

Tints of Lily #C09CB9

Color information

#C09CB9 (or 0xC09CB9) is unknown color: approx Lily. HEX triplet: C0, 9C and B9. RGB value is (192,156,185). Sum of RGB (Red+Green+Blue) = 192+156+185=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CB9 is #3F6346. Grayscale: #A9A9A9. Windows color (decimal): -4154183 or 12164288. OLE color: 12164288.

HSL color Cylindrical-coordinate representation of color #C09CB9: hue angle of 311.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CB9 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192156185-
CMYK00.190.040.25
HSL311.67º22.22%68.24%-
HSV(B)311.67º18.75%75.29%-
XYZ42.3838.4951.09-
YUV170.07136.43143.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=36.02%
G=29.27%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215618500.190.040.25311.6722.2268.24
HexC09CB90134191381644
Octal30023427102343147026104
Binary11000000100111001011100101001110011001100111000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CB9; }

 p { color: rgb(192,156,185); }

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

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

 a { background-color: rgb(192,156,185); }

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

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

 span { border-color: rgb(192,156,185); }

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