#CE7E55

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

Shades of Burning Sand #CE7E55

Tints of Burning Sand #CE7E55

Color information

#CE7E55 (or 0xCE7E55) is unknown color: approx Burning Sand. HEX triplet: CE, 7E and 55. RGB value is (206,126,85). Sum of RGB (Red+Green+Blue) = 206+126+85=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E55 is #3181AA. Grayscale: #919191. Windows color (decimal): -3244459 or 5603022. OLE color: 5603022.

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

Color convert

RGB20612685-
CMYK00.390.590.19
HSL20.33º55.25%57.06%-
HSV(B)20.33º58.74%80.78%-
XYZ34.5528.712.31-
YUV145.2594171.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=49.40%
G=30.22%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061268500.390.590.1920.3355.2557.06
HexCE7E550273B13143739
Octal3161761250477323246771
Binary110011101111110101010101001111110111001110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E55; }

 p { color: rgb(206,126,85); }

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

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

 a { background-color: rgb(206,126,85); }

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

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

 span { border-color: rgb(206,126,85); }

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