#CE8364

Color #CE8364 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CE8364

Tints of Burning Sand #CE8364

Color information

#CE8364 (or 0xCE8364) is unknown color: approx 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

RGB206131100-
CMYK00.360.510.19
HSL17.55º51.96%60%-
HSV(B)17.55º51.46%80.78%-
XYZ35.8730.2716.01-
YUV149.8999.85168.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613110000.360.510.1917.5551.9660
HexCE8364024331312343c
Octal3162031440446323226474
Binary1100111010000011110010001001001100111001110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>