#CE8260

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

Shades of Burning Sand #CE8260

Tints of Burning Sand #CE8260

Color information

#CE8260 (or 0xCE8260) is unknown color: approx Burning Sand. HEX triplet: CE, 82 and 60. RGB value is (206,130,96). Sum of RGB (Red+Green+Blue) = 206+130+96=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8260 is #317D9F. Grayscale: #959595. Windows color (decimal): -3243424 or 6324942. OLE color: 6324942.

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

Color convert

RGB20613096-
CMYK00.370.530.19
HSL18.55º52.88%59.22%-
HSV(B)18.55º53.4%80.78%-
XYZ35.5529.9314.97-
YUV148.8598.18168.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=47.69%
G=30.09%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061309600.370.530.1918.5552.8859.22
HexCE8260025351313353b
Octal3162021400456523236573
Binary1100111010000010110000001001011101011001110011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8260; }

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

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

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

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

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

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

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

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