#CAAAB6

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

Shades of Lily #CAAAB6

Tints of Lily #CAAAB6

Color information

#CAAAB6 (or 0xCAAAB6) is unknown color: approx Lily. HEX triplet: CA, AA and B6. RGB value is (202,170,182). Sum of RGB (Red+Green+Blue) = 202+170+182=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAB6 is #355549. Grayscale: #B4B4B4. Windows color (decimal): -3495242 or 11971274. OLE color: 11971274.

HSL color Cylindrical-coordinate representation of color #CAAAB6: hue angle of 337.5º 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 #CAAAB6 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202170182-
CMYK00.160.100.21
HSL337.5º23.19%72.94%-
HSV(B)337.5º15.84%79.22%-
XYZ47.1844.6850.39-
YUV180.94128.6143.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=36.46%
G=30.69%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217018200.160.100.21337.523.1972.94
HexCAAAB6010A151521749
Octal312252266020122552227111
Binary110010101010101010110110010000101010101101010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAB6; }

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

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

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

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

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

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

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

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