Html Css Color HEX #CE8160 Burning Sand

📋 copy color: '#CE8160'

red 206 ◦ green 129 ◦ blue 96

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

Shades of Burning Sand #CE8160

Tints of Burning Sand #CE8160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

 BLUE value IS 96 (37.89% from 255) = 22.27%

R = 47.8%
G = 29.93%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE8160 (or 0xCE8160) is known color: Burning Sand. HEX triplet: CE, 81 and 60. RGB value is (206,129,96). Sum of RGB (Red+Green+Blue) = 206+129+96=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8160 is #317E9F. Grayscale: #949494. Windows color (decimal): -3243680 or 6324686. OLE color: 6324686.

HSL color Cylindrical-coordinate representation of color #CE8160: hue angle of 18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE8160 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 96 -
CMYK 0 0.37 0.53 0.19
HSL 18º 0.53% 0.59% -
HSV(B) 18º 0.53% 0.81% -
XYZ 35.42 29.67 14.93 -
YUV 148.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 206 129 96 0 0.37 0.53 0.19 18 0.53 0.59
Hex CE 81 60 0 25 35 13 12 35 3B
Octal 316 201 140 0 45 65 23 22 65 73
Binary 11001110 10000001 1100000 0 100101 110101 10011 10010 110101 111011

Color Harmonies of #CE8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8160

Black with #CE8160

Text Example


Text Example

White with #CE8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8160; }

 p { color: rgb(206,129,96); }

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

background-color css

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

 a { background-color: rgb(206,129,96); }

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

border-color css

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

 span { border-color: rgb(206,129,96); }

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