#C09CB2

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

Shades of Lily #C09CB2

Tints of Lily #C09CB2

Color information

#C09CB2 (or 0xC09CB2) is unknown color: approx Lily. HEX triplet: C0, 9C and B2. RGB value is (192,156,178). Sum of RGB (Red+Green+Blue) = 192+156+178=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CB2 is #3F634D. Grayscale: #A9A9A9. Windows color (decimal): -4154190 or 11705536. OLE color: 11705536.

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

Color convert

RGB192156178-
CMYK00.190.070.25
HSL323.33º22.22%68.24%-
HSV(B)323.33º18.75%75.29%-
XYZ41.6638.247.3-
YUV169.27132.93144.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=36.50%
G=29.66%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215617800.190.070.25323.3322.2268.24
HexC09CB20137191431644
Octal30023426202373150326104
Binary11000000100111001011001001001111111001101000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CB2; }

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

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

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

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

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

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

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

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