#CE8462

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

Shades of Burning Sand #CE8462

Tints of Burning Sand #CE8462

Color information

#CE8462 (or 0xCE8462) is unknown color: approx Burning Sand. HEX triplet: CE, 84 and 62. RGB value is (206,132,98). Sum of RGB (Red+Green+Blue) = 206+132+98=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8462 is #317B9D. Grayscale: #969696. Windows color (decimal): -3242910 or 6456526. OLE color: 6456526.

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

Color convert

RGB20613298-
CMYK00.360.520.19
HSL18.89º52.43%59.61%-
HSV(B)18.89º52.43%80.78%-
XYZ35.9130.5115.55-
YUV150.2598.52167.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=47.25%
G=30.28%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061329800.360.520.1918.8952.4359.61
HexCE8462024341313343c
Octal3162041420446423236474
Binary1100111010000100110001001001001101001001110011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8462; }

 p { color: rgb(206,132,98); }

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

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

 a { background-color: rgb(206,132,98); }

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

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

 span { border-color: rgb(206,132,98); }

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