Html Css Color HEX #CE8356 Burning Sand

📋 copy color: '#CE8356'

red 206 ◦ green 131 ◦ blue 86

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

Shades of Burning Sand #CE8356

Tints of Burning Sand #CE8356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

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

R = 48.7%
G = 30.97%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE8356 (or 0xCE8356) is known color: Burning Sand. HEX triplet: CE, 83 and 56. RGB value is (206,131,86). Sum of RGB (Red+Green+Blue) = 206+131+86=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8356 is #317CA9. Grayscale: #949494. Windows color (decimal): -3243178 or 5669838. OLE color: 5669838.

HSL color Cylindrical-coordinate representation of color #CE8356: hue angle of 22.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 #CE8356 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 86 -
CMYK 0 0.36 0.58 0.19
HSL 22.5º 0.55% 0.57% -
HSV(B) 22.5º 0.58% 0.81% -
XYZ 35.25 30.03 12.74 -
YUV 148.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 206 131 86 0 0.36 0.58 0.19 22.5 0.55 0.57
Hex CE 83 56 0 24 3A 13 16 37 39
Octal 316 203 126 0 44 72 23 26 67 71
Binary 11001110 10000011 1010110 0 100100 111010 10011 10110 110111 111001

Color Harmonies of #CE8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8356

Black with #CE8356

Text Example


Text Example

White with #CE8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8356; }

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

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

background-color css

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

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

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

border-color css

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

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

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