Html Css Color HEX #CFA9AB Pale Chestnut

📋 copy color: '#CFA9AB'

red 207 ◦ green 169 ◦ blue 171

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

Shades of Pale Chestnut #CFA9AB

Tints of Pale Chestnut #CFA9AB

RGB

 RED value IS 207 (81.25% from 255) = 37.84%

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

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 37.84%
G = 30.9%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFA9AB (or 0xCFA9AB) is known color: Pale Chestnut. HEX triplet: CF, A9 and AB. RGB value is (207,169,171). Sum of RGB (Red+Green+Blue) = 207+169+171=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9AB is #305654. Grayscale: #B4B4B4. Windows color (decimal): -3167829 or 11250127. OLE color: 11250127.

HSL color Cylindrical-coordinate representation of color #CFA9AB: hue angle of 356.84º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9AB is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 171 -
CMYK 0 0.18 0.17 0.19
HSL 356.84º 0.28% 0.74% -
HSV(B) 356.84º 0.18% 0.81% -
XYZ 47.27 44.58 44.64 -
YUV 180.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 207 169 171 0 0.18 0.17 0.19 356.84 0.28 0.74
Hex CF A9 AB 0 12 11 13 165 1C 4A
Octal 317 251 253 0 22 21 23 545 34 112
Binary 11001111 10101001 10101011 0 10010 10001 10011 101100101 11100 1001010

Color Harmonies of #CFA9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9AB

Black with #CFA9AB

Text Example


Text Example

White with #CFA9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9AB; }

 p { color: rgb(207,169,171); }

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

background-color css

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

 a { background-color: rgb(207,169,171); }

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

border-color css

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

 span { border-color: rgb(207,169,171); }

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