Html Css Color HEX #CFA9AF Pale Chestnut

📋 copy color: '#CFA9AF'

red 207 ◦ green 169 ◦ blue 175

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

Shades of Pale Chestnut #CFA9AF

Tints of Pale Chestnut #CFA9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.76%

R = 37.57%
G = 30.67%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CFA9AF (or 0xCFA9AF) is known color: Pale Chestnut. HEX triplet: CF, A9 and AF. RGB value is (207,169,175). Sum of RGB (Red+Green+Blue) = 207+169+175=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9AF is #305650. Grayscale: #B5B5B5. Windows color (decimal): -3167825 or 11512271. OLE color: 11512271.

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

Color convert

RGB 207 169 175 -
CMYK 0 0.18 0.15 0.19
HSL 350.53º 0.28% 0.74% -
HSV(B) 350.53º 0.18% 0.81% -
XYZ 47.66 44.74 46.68 -
YUV 181.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 207 169 175 0 0.18 0.15 0.19 350.53 0.28 0.74
Hex CF A9 AF 0 12 F 13 15F 1C 4A
Octal 317 251 257 0 22 17 23 537 34 112
Binary 11001111 10101001 10101111 0 10010 1111 10011 101011111 11100 1001010

Color Harmonies of #CFA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9AF

Black with #CFA9AF

Text Example


Text Example

White with #CFA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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