Html Css Color HEX #CFA7AC Pale Chestnut

📋 copy color: '#CFA7AC'

red 207 ◦ green 167 ◦ blue 172

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

Shades of Pale Chestnut #CFA7AC

Tints of Pale Chestnut #CFA7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.5%

R = 37.91%
G = 30.59%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFA7AC (or 0xCFA7AC) is known color: Pale Chestnut. HEX triplet: CF, A7 and AC. RGB value is (207,167,172). Sum of RGB (Red+Green+Blue) = 207+167+172=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA7AC is #305853. Grayscale: #B3B3B3. Windows color (decimal): -3168340 or 11315151. OLE color: 11315151.

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

Color convert

RGB 207 167 172 -
CMYK 0 0.19 0.17 0.19
HSL 352.5º 0.29% 0.73% -
HSV(B) 352.5º 0.19% 0.81% -
XYZ 47 43.88 45.02 -
YUV 179.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 207 167 172 0 0.19 0.17 0.19 352.5 0.29 0.73
Hex CF A7 AC 0 13 11 13 160 1D 49
Octal 317 247 254 0 23 21 23 540 35 111
Binary 11001111 10100111 10101100 0 10011 10001 10011 101100000 11101 1001001

Color Harmonies of #CFA7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7AC

Black with #CFA7AC

Text Example


Text Example

White with #CFA7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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