#CDABAC

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

Shades of Pale Chestnut #CDABAC

Tints of Pale Chestnut #CDABAC

Color information

#CDABAC (or 0xCDABAC) is unknown color: approx Pale Chestnut. HEX triplet: CD, AB and AC. RGB value is (205,171,172). Sum of RGB (Red+Green+Blue) = 205+171+172=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDABAC is #325453. Grayscale: #B5B5B5. Windows color (decimal): -3298388 or 11316173. OLE color: 11316173.

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

Color convert

RGB205171172-
CMYK00.170.160.20
HSL358.24º25.37%73.73%-
HSV(B)358.24º16.59%80.39%-
XYZ47.1945.0845.24-
YUV181.28122.76144.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=37.41%
G=31.20%
B=31.39%

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
Decimal20517117200.170.160.20358.2425.3773.73
HexCDABAC0111014166194a
Octal315253254021202454631112
Binary1100110110101011101011000100011000010100101100110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDABAC; }

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

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

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

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

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

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

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

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