#CAAAAB

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

Shades of Pale Chestnut #CAAAAB

Tints of Pale Chestnut #CAAAAB

Color information

#CAAAAB (or 0xCAAAAB) is unknown color: approx Pale Chestnut. HEX triplet: CA, AA and AB. RGB value is (202,170,171). Sum of RGB (Red+Green+Blue) = 202+170+171=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAAAB is #355554. Grayscale: #B3B3B3. Windows color (decimal): -3495253 or 11250378. OLE color: 11250378.

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

Color convert

RGB202170171-
CMYK00.160.150.21
HSL358.12º23.19%72.94%-
HSV(B)358.12º15.84%79.22%-
XYZ46.0844.2544.64-
YUV179.68123.1143.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=37.20%
G=31.31%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217017100.160.150.21358.1223.1972.94
HexCAAAAB010F151661749
Octal312252253020172554627111
Binary110010101010101010101011010000111110101101100110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAAB; }

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

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

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

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

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

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

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

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