#CE8760

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

Shades of Burning Sand #CE8760

Tints of Burning Sand #CE8760

Color information

#CE8760 (or 0xCE8760) is unknown color: approx Burning Sand. HEX triplet: CE, 87 and 60. RGB value is (206,135,96). Sum of RGB (Red+Green+Blue) = 206+135+96=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8760 is #31789F. Grayscale: #989898. Windows color (decimal): -3242144 or 6326222. OLE color: 6326222.

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

Color convert

RGB20613596-
CMYK00.340.530.19
HSL21.27º52.88%59.22%-
HSV(B)21.27º53.4%80.78%-
XYZ36.2331.2915.2-
YUV151.7896.52166.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=47.14%
G=30.89%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061359600.340.530.1921.2752.8859.22
HexCE8760022351315353b
Octal3162071400426523256573
Binary1100111010000111110000001000101101011001110101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8760; }

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

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

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

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

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

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

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

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