#CCAAAB

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

Shades of Pale Chestnut #CCAAAB

Tints of Pale Chestnut #CCAAAB

Color information

#CCAAAB (or 0xCCAAAB) is unknown color: approx Pale Chestnut. HEX triplet: CC, AA and AB. RGB value is (204,170,171). Sum of RGB (Red+Green+Blue) = 204+170+171=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAB is #335554. Grayscale: #B4B4B4. Windows color (decimal): -3364181 or 11250380. OLE color: 11250380.

HSL color Cylindrical-coordinate representation of color #CCAAAB: hue angle of 358.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAAAB is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204170171-
CMYK00.170.160.2
HSL358.24º25%73.33%-
HSV(B)358.24º16.67%80%-
XYZ46.6344.5344.67-
YUV180.28122.76144.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=37.43%
G=31.19%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417017100.170.160.2358.242573.33
HexCCAAAB01110141661949
Octal314252253021202454631111
Binary1100110010101010101010110100011000010100101100110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAAB; }

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

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

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

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

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

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

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

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