Html Css Color HEX #CEA7AF Pale Chestnut

📋 copy color: '#CEA7AF'

red 206 ◦ green 167 ◦ blue 175

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

Shades of Pale Chestnut #CEA7AF

Tints of Pale Chestnut #CEA7AF

RGB

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

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

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

R = 37.59%
G = 30.47%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CEA7AF (or 0xCEA7AF) is known color: Pale Chestnut. HEX triplet: CE, A7 and AF. RGB value is (206,167,175). Sum of RGB (Red+Green+Blue) = 206+167+175=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA7AF is #315850. Grayscale: #B3B3B3. Windows color (decimal): -3233873 or 11511758. OLE color: 11511758.

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

Color convert

RGB 206 167 175 -
CMYK 0 0.19 0.15 0.19
HSL 347.69º 0.28% 0.73% -
HSV(B) 347.69º 0.19% 0.81% -
XYZ 47.01 43.85 46.54 -
YUV 179.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 206 167 175 0 0.19 0.15 0.19 347.69 0.28 0.73
Hex CE A7 AF 0 13 F 13 15C 1C 49
Octal 316 247 257 0 23 17 23 534 34 111
Binary 11001110 10100111 10101111 0 10011 1111 10011 101011100 11100 1001001

Color Harmonies of #CEA7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7AF

Black with #CEA7AF

Text Example


Text Example

White with #CEA7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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