#CBA9AB

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

Shades of Pale Chestnut #CBA9AB

Tints of Pale Chestnut #CBA9AB

Color information

#CBA9AB (or 0xCBA9AB) is unknown color: approx Pale Chestnut. HEX triplet: CB, A9 and AB. RGB value is (203,169,171). Sum of RGB (Red+Green+Blue) = 203+169+171=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AB is #345654. Grayscale: #B3B3B3. Windows color (decimal): -3429973 or 11250123. OLE color: 11250123.

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

Color convert

RGB203169171-
CMYK00.170.160.20
HSL356.47º24.64%72.94%-
HSV(B)356.47º16.75%79.61%-
XYZ46.1744.0144.59-
YUV179.39123.26144.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=37.38%
G=31.12%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316917100.170.160.20356.4724.6472.94
HexCBA9AB01110141641949
Octal313251253021202454431111
Binary1100101110101001101010110100011000010100101100100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9AB; }

 p { color: rgb(203,169,171); }

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

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

 a { background-color: rgb(203,169,171); }

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

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

 span { border-color: rgb(203,169,171); }

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