Html Css Color HEX #CFACAE Pale Chestnut

📋 copy color: '#CFACAE'

red 207 ◦ green 172 ◦ blue 174

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

Shades of Pale Chestnut #CFACAE

Tints of Pale Chestnut #CFACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.1%

 BLUE value IS 174 (68.36% from 255) = 31.46%

R = 37.43%
G = 31.1%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CFACAE (or 0xCFACAE) is known color: Pale Chestnut. HEX triplet: CF, AC and AE. RGB value is (207,172,174). Sum of RGB (Red+Green+Blue) = 207+172+174=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACAE is #305351. Grayscale: #B6B6B6. Windows color (decimal): -3167058 or 11447503. OLE color: 11447503.

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

Color convert

RGB 207 172 174 -
CMYK 0 0.17 0.16 0.19
HSL 356.57º 0.27% 0.74% -
HSV(B) 356.57º 0.17% 0.81% -
XYZ 48.12 45.83 46.35 -
YUV 182.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 207 172 174 0 0.17 0.16 0.19 356.57 0.27 0.74
Hex CF AC AE 0 11 10 13 165 1B 4A
Octal 317 254 256 0 21 20 23 545 33 112
Binary 11001111 10101100 10101110 0 10001 10000 10011 101100101 11011 1001010

Color Harmonies of #CFACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACAE

Black with #CFACAE

Text Example


Text Example

White with #CFACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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