#C09AB4

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

Shades of Lily #C09AB4

Tints of Lily #C09AB4

Color information

#C09AB4 (or 0xC09AB4) is unknown color: approx Lily. HEX triplet: C0, 9A and B4. RGB value is (192,154,180). Sum of RGB (Red+Green+Blue) = 192+154+180=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AB4 is #3F654B. Grayscale: #A8A8A8. Windows color (decimal): -4154700 or 11836096. OLE color: 11836096.

HSL color Cylindrical-coordinate representation of color #C09AB4: hue angle of 318.95º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AB4 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192154180-
CMYK00.200.060.25
HSL318.95º23.17%67.84%-
HSV(B)318.95º19.79%75.29%-
XYZ41.5337.6148.25-
YUV168.33134.59144.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=36.50%
G=29.28%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215418000.200.060.25318.9523.1767.84
HexC09AB401461913f1744
Octal30023226402463147727104
Binary11000000100110101011010001010011011001100111111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AB4; }

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

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

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

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

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

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

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

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