#C09BB4

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

Shades of Lily #C09BB4

Tints of Lily #C09BB4

Color information

#C09BB4 (or 0xC09BB4) is unknown color: approx Lily. HEX triplet: C0, 9B and B4. RGB value is (192,155,180). Sum of RGB (Red+Green+Blue) = 192+155+180=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BB4 is #3F644B. Grayscale: #A8A8A8. Windows color (decimal): -4154444 or 11836352. OLE color: 11836352.

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

Color convert

RGB192155180-
CMYK00.190.060.25
HSL319.46º22.7%68.04%-
HSV(B)319.46º19.27%75.29%-
XYZ41.737.9448.31-
YUV168.91134.26144.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=36.43%
G=29.41%
B=34.16%

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
Decimal19215518000.190.060.25319.4622.768.04
HexC09BB401361913f1744
Octal30023326402363147727104
Binary11000000100110111011010001001111011001100111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BB4; }

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

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

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

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

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

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

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

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