#CBA9AC

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

Shades of Pale Chestnut #CBA9AC

Tints of Pale Chestnut #CBA9AC

Color information

#CBA9AC (or 0xCBA9AC) is unknown color: approx Pale Chestnut. HEX triplet: CB, A9 and AC. RGB value is (203,169,172). Sum of RGB (Red+Green+Blue) = 203+169+172=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA9AC is #345653. Grayscale: #B3B3B3. Windows color (decimal): -3429972 or 11315659. OLE color: 11315659.

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

Color convert

RGB203169172-
CMYK00.170.150.20
HSL354.71º24.64%72.94%-
HSV(B)354.71º16.75%79.61%-
XYZ46.2644.0545.09-
YUV179.51123.76144.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=37.32%
G=31.07%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316917200.170.150.20354.7124.6472.94
HexCBA9AC011F141631949
Octal313251254021172454331111
Binary110010111010100110101100010001111110100101100011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9AC; }

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

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

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

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

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

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

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

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