#CE806E

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

Shades of Burning Sand #CE806E

Tints of Burning Sand #CE806E

Color information

#CE806E (or 0xCE806E) is unknown color: approx Burning Sand. HEX triplet: CE, 80 and 6E. RGB value is (206,128,110). Sum of RGB (Red+Green+Blue) = 206+128+110=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE806E is #317F91. Grayscale: #959595. Windows color (decimal): -3243922 or 7241934. OLE color: 7241934.

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

Color convert

RGB206128110-
CMYK00.380.470.19
HSL11.25º49.48%61.96%-
HSV(B)11.25º46.6%80.78%-
XYZ35.9929.6918.59-
YUV149.27105.84168.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=46.40%
G=28.83%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612811000.380.470.1911.2549.4861.96
HexCE806E0262F13b313e
Octal3162001560465723136176
Binary110011101000000011011100100110101111100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE806E; }

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

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

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

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

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

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

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

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