Html Css Color HEX #CE8156 Burning Sand

📋 copy color: '#CE8156'

red 206 ◦ green 129 ◦ blue 86

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

Shades of Burning Sand #CE8156

Tints of Burning Sand #CE8156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.43%

R = 48.93%
G = 30.64%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE8156 (or 0xCE8156) is known color: Burning Sand. HEX triplet: CE, 81 and 56. RGB value is (206,129,86). Sum of RGB (Red+Green+Blue) = 206+129+86=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8156 is #317EA9. Grayscale: #939393. Windows color (decimal): -3243690 or 5669326. OLE color: 5669326.

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

Color convert

RGB 206 129 86 -
CMYK 0 0.37 0.58 0.19
HSL 21.5º 0.55% 0.57% -
HSV(B) 21.5º 0.58% 0.81% -
XYZ 34.98 29.49 12.65 -
YUV 147.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 206 129 86 0 0.37 0.58 0.19 21.5 0.55 0.57
Hex CE 81 56 0 25 3A 13 16 37 39
Octal 316 201 126 0 45 72 23 26 67 71
Binary 11001110 10000001 1010110 0 100101 111010 10011 10110 110111 111001

Color Harmonies of #CE8156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8156

Black with #CE8156

Text Example


Text Example

White with #CE8156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8156; }

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

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

background-color css

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

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

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

border-color css

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

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

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