Html Css Color HEX #CEA9AF Pale Chestnut

📋 copy color: '#CEA9AF'

red 206 ◦ green 169 ◦ blue 175

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

Shades of Pale Chestnut #CEA9AF

Tints of Pale Chestnut #CEA9AF

RGB

 RED value IS 206 (80.86% from 255) = 37.45%

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

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

R = 37.45%
G = 30.73%
B = 31.82%

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

#CEA9AF (or 0xCEA9AF) is known color: Pale Chestnut. HEX triplet: CE, A9 and AF. RGB value is (206,169,175). Sum of RGB (Red+Green+Blue) = 206+169+175=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA9AF is #315650. Grayscale: #B4B4B4. Windows color (decimal): -3233361 or 11512270. OLE color: 11512270.

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

Color convert

RGB 206 169 175 -
CMYK 0 0.18 0.15 0.19
HSL 350.27º 0.27% 0.74% -
HSV(B) 350.27º 0.18% 0.81% -
XYZ 47.38 44.59 46.67 -
YUV 180.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 206 169 175 0 0.18 0.15 0.19 350.27 0.27 0.74
Hex CE A9 AF 0 12 F 13 15E 1B 4A
Octal 316 251 257 0 22 17 23 536 33 112
Binary 11001110 10101001 10101111 0 10010 1111 10011 101011110 11011 1001010

Color Harmonies of #CEA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA9AF

Black with #CEA9AF

Text Example


Text Example

White with #CEA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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