Html Css Color HEX #CFA9AA Pale Chestnut

📋 copy color: '#CFA9AA'

red 207 ◦ green 169 ◦ blue 170

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

Shades of Pale Chestnut #CFA9AA

Tints of Pale Chestnut #CFA9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 37.91%
G = 30.95%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CFA9AA (or 0xCFA9AA) is known color: Pale Chestnut. HEX triplet: CF, A9 and AA. RGB value is (207,169,170). Sum of RGB (Red+Green+Blue) = 207+169+170=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9AA is #305655. Grayscale: #B4B4B4. Windows color (decimal): -3167830 or 11184591. OLE color: 11184591.

HSL color Cylindrical-coordinate representation of color #CFA9AA: hue angle of 358.42º 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 #CFA9AA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 170 -
CMYK 0 0.18 0.18 0.19
HSL 358.42º 0.28% 0.74% -
HSV(B) 358.42º 0.18% 0.81% -
XYZ 47.18 44.54 44.14 -
YUV 180.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 207 169 170 0 0.18 0.18 0.19 358.42 0.28 0.74
Hex CF A9 AA 0 12 12 13 166 1C 4A
Octal 317 251 252 0 22 22 23 546 34 112
Binary 11001111 10101001 10101010 0 10010 10010 10011 101100110 11100 1001010

Color Harmonies of #CFA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9AA

Black with #CFA9AA

Text Example


Text Example

White with #CFA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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