#CE8264

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

Shades of Burning Sand #CE8264

Tints of Burning Sand #CE8264

Color information

#CE8264 (or 0xCE8264) is unknown color: approx Burning Sand. HEX triplet: CE, 82 and 64. RGB value is (206,130,100). Sum of RGB (Red+Green+Blue) = 206+130+100=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8264 is #317D9B. Grayscale: #959595. Windows color (decimal): -3243420 or 6587086. OLE color: 6587086.

HSL color Cylindrical-coordinate representation of color #CE8264: hue angle of 16.98º 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 #CE8264 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB206130100-
CMYK00.370.510.19
HSL16.98º51.96%60%-
HSV(B)16.98º51.46%80.78%-
XYZ35.7430.0115.97-
YUV149.3100.18168.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=47.25%
G=29.82%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613010000.370.510.1916.9851.9660
HexCE8264025331311343c
Octal3162021440456323216474
Binary1100111010000010110010001001011100111001110001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8264; }

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

 H1.HeaderClassName
 {
   color: #CE8264;
 }
 .AnyTagClassName
 {
   color: #CE8264;
 }
</style>
background-color css

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

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

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

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

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

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