#CAAAB4

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

Shades of Lily #CAAAB4

Tints of Lily #CAAAB4

Color information

#CAAAB4 (or 0xCAAAB4) is unknown color: approx Lily. HEX triplet: CA, AA and B4. RGB value is (202,170,180). Sum of RGB (Red+Green+Blue) = 202+170+180=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB4 is #35554B. Grayscale: #B4B4B4. Windows color (decimal): -3495244 or 11840202. OLE color: 11840202.

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

Color convert

RGB202170180-
CMYK00.160.110.21
HSL341.25º23.19%72.94%-
HSV(B)341.25º15.84%79.22%-
XYZ46.9744.649.31-
YUV180.71127.6143.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 180 (70.70% from 255) = 32.61%
R=36.59%
G=30.80%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217018000.160.110.21341.2523.1972.94
HexCAAAB4010B151551749
Octal312252264020132552527111
Binary110010101010101010110100010000101110101101010101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAB4; }

 p { color: rgb(202,170,180); }

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

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

 a { background-color: rgb(202,170,180); }

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

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

 span { border-color: rgb(202,170,180); }

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