#CBA9AA

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

Shades of Pale Chestnut #CBA9AA

Tints of Pale Chestnut #CBA9AA

Color information

#CBA9AA (or 0xCBA9AA) is unknown color: approx Pale Chestnut. HEX triplet: CB, A9 and AA. RGB value is (203,169,170). Sum of RGB (Red+Green+Blue) = 203+169+170=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AA is #345655. Grayscale: #B3B3B3. Windows color (decimal): -3429974 or 11184587. OLE color: 11184587.

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

Color convert

RGB203169170-
CMYK00.170.160.20
HSL358.24º24.64%72.94%-
HSV(B)358.24º16.75%79.61%-
XYZ46.0743.9744.09-
YUV179.28122.76144.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=37.45%
G=31.18%
B=31.37%

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
Decimal20316917000.170.160.20358.2424.6472.94
HexCBA9AA01110141661949
Octal313251252021202454631111
Binary1100101110101001101010100100011000010100101100110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9AA; }

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

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

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

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

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

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

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

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