Html Css Color HEX #CFABAD Pale Chestnut

📋 copy color: '#CFABAD'

red 207 ◦ green 171 ◦ blue 173

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

Shades of Pale Chestnut #CFABAD

Tints of Pale Chestnut #CFABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.03%

 BLUE value IS 173 (67.97% from 255) = 31.4%

R = 37.57%
G = 31.03%
B = 31.4%

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

#CFABAD (or 0xCFABAD) is known color: Pale Chestnut. HEX triplet: CF, AB and AD. RGB value is (207,171,173). Sum of RGB (Red+Green+Blue) = 207+171+173=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABAD is #305452. Grayscale: #B6B6B6. Windows color (decimal): -3167315 or 11381711. OLE color: 11381711.

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

Color convert

RGB 207 171 173 -
CMYK 0 0.17 0.16 0.19
HSL 356.67º 0.27% 0.74% -
HSV(B) 356.67º 0.17% 0.81% -
XYZ 47.84 45.41 45.78 -
YUV 181.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 207 171 173 0 0.17 0.16 0.19 356.67 0.27 0.74
Hex CF AB AD 0 11 10 13 165 1B 4A
Octal 317 253 255 0 21 20 23 545 33 112
Binary 11001111 10101011 10101101 0 10001 10000 10011 101100101 11011 1001010

Color Harmonies of #CFABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABAD

Black with #CFABAD

Text Example


Text Example

White with #CFABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABAD; }

 p { color: rgb(207,171,173); }

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

background-color css

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

 a { background-color: rgb(207,171,173); }

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

border-color css

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

 span { border-color: rgb(207,171,173); }

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