#CBABAC

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

Shades of Pale Chestnut #CBABAC

Tints of Pale Chestnut #CBABAC

Color information

#CBABAC (or 0xCBABAC) is unknown color: approx Pale Chestnut. HEX triplet: CB, AB and AC. RGB value is (203,171,172). Sum of RGB (Red+Green+Blue) = 203+171+172=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBABAC is #345453. Grayscale: #B4B4B4. Windows color (decimal): -3429460 or 11316171. OLE color: 11316171.

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

Color convert

RGB203171172-
CMYK00.160.150.20
HSL358.12º23.53%73.33%-
HSV(B)358.12º15.76%79.61%-
XYZ46.6444.845.22-
YUV180.68123.1143.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=37.18%
G=31.32%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317117200.160.150.20358.1223.5373.33
HexCBABAC010F141661849
Octal313253254020172454630111
Binary110010111010101110101100010000111110100101100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABAC; }

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

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

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

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

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

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

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

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