#C0A9B8

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

Shades of Lily #C0A9B8

Tints of Lily #C0A9B8

Color information

#C0A9B8 (or 0xC0A9B8) is unknown color: approx Lily. HEX triplet: C0, A9 and B8. RGB value is (192,169,184). Sum of RGB (Red+Green+Blue) = 192+169+184=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9B8 is #3F5647. Grayscale: #B1B1B1. Windows color (decimal): -4150856 or 12102080. OLE color: 12102080.

HSL color Cylindrical-coordinate representation of color #C0A9B8: hue angle of 320.87º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A9B8 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192169184-
CMYK00.120.040.25
HSL320.87º15.44%70.78%-
HSV(B)320.87º11.98%75.29%-
XYZ44.5843.0451.31-
YUV177.59131.62138.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=35.23%
G=31.01%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216918400.120.040.25320.8715.4470.78
HexC0A9B80C419141f47
Octal30025127001443150117107
Binary110000001010100110111000011001001100110100000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9B8; }

 p { color: rgb(192,169,184); }

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

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

 a { background-color: rgb(192,169,184); }

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

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

 span { border-color: rgb(192,169,184); }

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