#CDA8AF

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

Shades of Pale Chestnut #CDA8AF

Tints of Pale Chestnut #CDA8AF

Color information

#CDA8AF (or 0xCDA8AF) is unknown color: approx Pale Chestnut. HEX triplet: CD, A8 and AF. RGB value is (205,168,175). Sum of RGB (Red+Green+Blue) = 205+168+175=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA8AF is #325750. Grayscale: #B3B3B3. Windows color (decimal): -3299153 or 11512013. OLE color: 11512013.

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

Color convert

RGB205168175-
CMYK00.180.150.20
HSL348.65º27.01%73.14%-
HSV(B)348.65º18.05%80.39%-
XYZ46.9244.0846.59-
YUV179.86125.26145.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 168 (66.02% from 255) = 30.66%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=37.41%
G=30.66%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516817500.180.150.20348.6527.0173.14
HexCDA8AF012F1415d1b49
Octal315250257022172453533111
Binary110011011010100010101111010010111110100101011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA8AF; }

 p { color: rgb(205,168,175); }

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

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

 a { background-color: rgb(205,168,175); }

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

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

 span { border-color: rgb(205,168,175); }

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