#CE805D

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

Shades of Burning Sand #CE805D

Tints of Burning Sand #CE805D

Color information

#CE805D (or 0xCE805D) is unknown color: approx Burning Sand. HEX triplet: CE, 80 and 5D. RGB value is (206,128,93). Sum of RGB (Red+Green+Blue) = 206+128+93=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE805D is #317FA2. Grayscale: #939393. Windows color (decimal): -3243939 or 6127822. OLE color: 6127822.

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

Color convert

RGB20612893-
CMYK00.380.550.19
HSL18.58º53.55%58.63%-
HSV(B)18.58º54.85%80.78%-
XYZ35.1529.3514.17-
YUV147.3397.34169.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=48.24%
G=29.98%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061289300.380.550.1918.5853.5558.63
HexCE805D026371313363b
Octal3162001350466723236673
Binary1100111010000000101110101001101101111001110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE805D; }

 p { color: rgb(206,128,93); }

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

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

 a { background-color: rgb(206,128,93); }

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

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

 span { border-color: rgb(206,128,93); }

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