#CE815D

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

Shades of Burning Sand #CE815D

Tints of Burning Sand #CE815D

Color information

#CE815D (or 0xCE815D) is unknown color: approx Burning Sand. HEX triplet: CE, 81 and 5D. RGB value is (206,129,93). Sum of RGB (Red+Green+Blue) = 206+129+93=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE815D is #317EA2. Grayscale: #949494. Windows color (decimal): -3243683 or 6128078. OLE color: 6128078.

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

Color convert

RGB20612993-
CMYK00.370.550.19
HSL19.12º53.55%58.63%-
HSV(B)19.12º54.85%80.78%-
XYZ35.2829.6114.21-
YUV147.9297.01169.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.13%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=48.13%
G=30.14%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061299300.370.550.1919.1253.5558.63
HexCE815D025371313363b
Octal3162011350456723236673
Binary1100111010000001101110101001011101111001110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE815D; }

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

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

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

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

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

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

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

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