Html Css Color HEX #CEA8AF Pale Chestnut

📋 copy color: '#CEA8AF'

red 206 ◦ green 168 ◦ blue 175

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

Shades of Pale Chestnut #CEA8AF

Tints of Pale Chestnut #CEA8AF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.6%

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

R = 37.52%
G = 30.6%
B = 31.88%

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

#CEA8AF (or 0xCEA8AF) is known color: Pale Chestnut. HEX triplet: CE, A8 and AF. RGB value is (206,168,175). Sum of RGB (Red+Green+Blue) = 206+168+175=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA8AF is #315750. Grayscale: #B4B4B4. Windows color (decimal): -3233617 or 11512014. OLE color: 11512014.

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

Color convert

RGB 206 168 175 -
CMYK 0 0.18 0.15 0.19
HSL 348.95º 0.28% 0.73% -
HSV(B) 348.95º 0.18% 0.81% -
XYZ 47.19 44.22 46.61 -
YUV 180.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 206 168 175 0 0.18 0.15 0.19 348.95 0.28 0.73
Hex CE A8 AF 0 12 F 13 15D 1C 49
Octal 316 250 257 0 22 17 23 535 34 111
Binary 11001110 10101000 10101111 0 10010 1111 10011 101011101 11100 1001001

Color Harmonies of #CEA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA8AF

Black with #CEA8AF

Text Example


Text Example

White with #CEA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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