Html Css Color HEX #CE8364 Burning Sand

📋 copy color: '#CE8364'

red 206 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #CE8364

Tints of Burning Sand #CE8364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 47.14%
G = 29.98%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE8364 (or 0xCE8364) is known color: Burning Sand. HEX triplet: CE, 83 and 64. RGB value is (206,131,100). Sum of RGB (Red+Green+Blue) = 206+131+100=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8364 is #317C9B. Grayscale: #969696. Windows color (decimal): -3243164 or 6587342. OLE color: 6587342.

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

Color convert

RGB 206 131 100 -
CMYK 0 0.36 0.51 0.19
HSL 17.55º 0.52% 0.6% -
HSV(B) 17.55º 0.51% 0.81% -
XYZ 35.87 30.27 16.01 -
YUV 149.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 206 131 100 0 0.36 0.51 0.19 17.55 0.52 0.6
Hex CE 83 64 0 24 33 13 12 34 3C
Octal 316 203 144 0 44 63 23 22 64 74
Binary 11001110 10000011 1100100 0 100100 110011 10011 10010 110100 111100

Color Harmonies of #CE8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8364

Black with #CE8364

Text Example


Text Example

White with #CE8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8364; }

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

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

background-color css

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

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

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

border-color css

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

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

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