#CAACB8

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

Shades of Lily #CAACB8

Tints of Lily #CAACB8

Color information

#CAACB8 (or 0xCAACB8) is unknown color: approx Lily. HEX triplet: CA, AC and B8. RGB value is (202,172,184). Sum of RGB (Red+Green+Blue) = 202+172+184=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB8 is #355347. Grayscale: #B6B6B6. Windows color (decimal): -3494728 or 12102858. OLE color: 12102858.

HSL color Cylindrical-coordinate representation of color #CAACB8: hue angle of 336º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACB8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202172184-
CMYK00.150.090.21
HSL336º22.06%73.33%-
HSV(B)336º14.85%79.22%-
XYZ47.7645.5251.62-
YUV182.34128.94142.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=36.20%
G=30.82%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218400.150.090.2133622.0673.33
HexCAACB80F9151501649
Octal312254270017112552026111
Binary11001010101011001011100001111100110101101010000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACB8; }

 p { color: rgb(202,172,184); }

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

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

 a { background-color: rgb(202,172,184); }

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

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

 span { border-color: rgb(202,172,184); }

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