#C09CB4

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

Shades of Lily #C09CB4

Tints of Lily #C09CB4

Color information

#C09CB4 (or 0xC09CB4) is unknown color: approx Lily. HEX triplet: C0, 9C and B4. RGB value is (192,156,180). Sum of RGB (Red+Green+Blue) = 192+156+180=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CB4 is #3F634B. Grayscale: #A9A9A9. Windows color (decimal): -4154188 or 11836608. OLE color: 11836608.

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

Color convert

RGB192156180-
CMYK00.190.060.25
HSL320º22.22%68.24%-
HSV(B)320º18.75%75.29%-
XYZ41.8638.2848.36-
YUV169.5133.93144.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=36.36%
G=29.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215618000.190.060.2532022.2268.24
HexC09CB40136191401644
Octal30023426402363150026104
Binary11000000100111001011010001001111011001101000000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CB4; }

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

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

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

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

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

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

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

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