#CAACB6

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

Shades of Lily #CAACB6

Tints of Lily #CAACB6

Color information

#CAACB6 (or 0xCAACB6) is unknown color: approx Lily. HEX triplet: CA, AC and B6. RGB value is (202,172,182). Sum of RGB (Red+Green+Blue) = 202+172+182=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB6 is #355349. Grayscale: #B6B6B6. Windows color (decimal): -3494730 or 11971786. OLE color: 11971786.

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

Color convert

RGB202172182-
CMYK00.150.100.21
HSL340º22.06%73.33%-
HSV(B)340º14.85%79.22%-
XYZ47.5545.4450.52-
YUV182.11127.94142.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=36.33%
G=30.94%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218200.150.100.2134022.0673.33
HexCAACB60FA151541649
Octal312254266017122552426111
Binary11001010101011001011011001111101010101101010100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACB6; }

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

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

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

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

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

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

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

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