#C09BB1

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

Shades of Lily #C09BB1

Tints of Lily #C09BB1

Color information

#C09BB1 (or 0xC09BB1) is unknown color: approx Lily. HEX triplet: C0, 9B and B1. RGB value is (192,155,177). Sum of RGB (Red+Green+Blue) = 192+155+177=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BB1 is #3F644E. Grayscale: #A8A8A8. Windows color (decimal): -4154447 or 11639744. OLE color: 11639744.

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

Color convert

RGB192155177-
CMYK00.190.080.25
HSL324.32º22.7%68.04%-
HSV(B)324.32º19.27%75.29%-
XYZ41.437.8246.71-
YUV168.57132.76144.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 155 (60.94% from 255) = 29.58%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=36.64%
G=29.58%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215517700.190.080.25324.3222.768.04
HexC09BB10138191441744
Octal300233261023103150427104
Binary110000001001101110110001010011100011001101000100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BB1; }

 p { color: rgb(192,155,177); }

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

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

 a { background-color: rgb(192,155,177); }

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

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

 span { border-color: rgb(192,155,177); }

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