Html Css Color HEX #CE8471 Burning Sand

📋 copy color: '#CE8471'

red 206 ◦ green 132 ◦ blue 113

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

Shades of Burning Sand #CE8471

Tints of Burning Sand #CE8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.27%

 BLUE value IS 113 (44.53% from 255) = 25.06%

R = 45.68%
G = 29.27%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8471 (or 0xCE8471) is known color: Burning Sand. HEX triplet: CE, 84 and 71. RGB value is (206,132,113). Sum of RGB (Red+Green+Blue) = 206+132+113=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8471 is #317B8E. Grayscale: #989898. Windows color (decimal): -3242895 or 7439566. OLE color: 7439566.

HSL color Cylindrical-coordinate representation of color #CE8471: hue angle of 12.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8471 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 113 -
CMYK 0 0.36 0.45 0.19
HSL 12.26º 0.49% 0.63% -
HSV(B) 12.26º 0.45% 0.81% -
XYZ 36.69 30.82 19.64 -
YUV 151.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 206 132 113 0 0.36 0.45 0.19 12.26 0.49 0.63
Hex CE 84 71 0 24 2D 13 C 31 3F
Octal 316 204 161 0 44 55 23 14 61 77
Binary 11001110 10000100 1110001 0 100100 101101 10011 1100 110001 111111

Color Harmonies of #CE8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8471

Black with #CE8471

Text Example


Text Example

White with #CE8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8471; }

 p { color: rgb(206,132,113); }

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

background-color css

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

 a { background-color: rgb(206,132,113); }

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

border-color css

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

 span { border-color: rgb(206,132,113); }

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