Html Css Color HEX #CFA7AA Pale Chestnut

📋 copy color: '#CFA7AA'

red 207 ◦ green 167 ◦ blue 170

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

Shades of Pale Chestnut #CFA7AA

Tints of Pale Chestnut #CFA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.7%

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

R = 38.05%
G = 30.7%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CFA7AA (or 0xCFA7AA) is known color: Pale Chestnut. HEX triplet: CF, A7 and AA. RGB value is (207,167,170). Sum of RGB (Red+Green+Blue) = 207+167+170=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7AA is #305855. Grayscale: #B3B3B3. Windows color (decimal): -3168342 or 11184079. OLE color: 11184079.

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

Color convert

RGB 207 167 170 -
CMYK 0 0.19 0.18 0.19
HSL 355.5º 0.29% 0.73% -
HSV(B) 355.5º 0.19% 0.81% -
XYZ 46.81 43.81 44.02 -
YUV 179.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 207 167 170 0 0.19 0.18 0.19 355.5 0.29 0.73
Hex CF A7 AA 0 13 12 13 164 1D 49
Octal 317 247 252 0 23 22 23 544 35 111
Binary 11001111 10100111 10101010 0 10011 10010 10011 101100100 11101 1001001

Color Harmonies of #CFA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7AA

Black with #CFA7AA

Text Example


Text Example

White with #CFA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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