#CAACB7

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

Shades of Lily #CAACB7

Tints of Lily #CAACB7

Color information

#CAACB7 (or 0xCAACB7) is unknown color: approx Lily. HEX triplet: CA, AC and B7. RGB value is (202,172,183). Sum of RGB (Red+Green+Blue) = 202+172+183=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB7 is #355348. Grayscale: #B6B6B6. Windows color (decimal): -3494729 or 12037322. OLE color: 12037322.

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

Color convert

RGB202172183-
CMYK00.150.090.21
HSL338º22.06%73.33%-
HSV(B)338º14.85%79.22%-
XYZ47.6645.4851.07-
YUV182.22128.44142.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=36.27%
G=30.88%
B=32.85%

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
Decimal20217218300.150.090.2133822.0673.33
HexCAACB70F9151521649
Octal312254267017112552226111
Binary11001010101011001011011101111100110101101010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACB7; }

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

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

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

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

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

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

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

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