Html Css Color HEX #CDA9AD Pale Chestnut

📋 copy color: '#CDA9AD'

red 205 ◦ green 169 ◦ blue 173

#CDA9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #CDA9AD

Tints of Pale Chestnut #CDA9AD

RGB

 RED value IS 205 (80.47% from 255) = 37.48%

 GREEN value IS 169 (66.41% from 255) = 30.9%

 BLUE value IS 173 (67.97% from 255) = 31.63%

R = 37.48%
G = 30.9%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CDA9AD (or 0xCDA9AD) is known color: Pale Chestnut. HEX triplet: CD, A9 and AD. RGB value is (205,169,173). Sum of RGB (Red+Green+Blue) = 205+169+173=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA9AD is #325652. Grayscale: #B4B4B4. Windows color (decimal): -3298899 or 11381197. OLE color: 11381197.

HSL color Cylindrical-coordinate representation of color #CDA9AD: hue angle of 353.33º degrees, saturation: 0.26, 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 #CDA9AD is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 169 173 -
CMYK 0 0.18 0.16 0.20
HSL 353.33º 0.26% 0.73% -
HSV(B) 353.33º 0.18% 0.8% -
XYZ 46.91 44.37 45.63 -
YUV 180.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 205 169 173 0 0.18 0.16 0.20 353.33 0.26 0.73
Hex CD A9 AD 0 12 10 14 161 1A 49
Octal 315 251 255 0 22 20 24 541 32 111
Binary 11001101 10101001 10101101 0 10010 10000 10100 101100001 11010 1001001

Color Harmonies of #CDA9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA9AD

Black with #CDA9AD

Text Example


Text Example

White with #CDA9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA9AD; }

 p { color: rgb(205,169,173); }

 H1.HeaderClassName
 {
   color: #CDA9AD;
 }
 .AnyTagClassName
 {
   color: #CDA9AD;
 }
</style>

background-color css

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

 a { background-color: rgb(205,169,173); }

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

border-color css

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

 span { border-color: rgb(205,169,173); }

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