#CE806F

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

Shades of Burning Sand #CE806F

Tints of Burning Sand #CE806F

Color information

#CE806F (or 0xCE806F) is unknown color: approx Burning Sand. HEX triplet: CE, 80 and 6F. RGB value is (206,128,111). Sum of RGB (Red+Green+Blue) = 206+128+111=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE806F is #317F90. Grayscale: #959595. Windows color (decimal): -3243921 or 7307470. OLE color: 7307470.

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

Color convert

RGB206128111-
CMYK00.380.460.19
HSL10.74º49.22%62.16%-
HSV(B)10.74º46.12%80.78%-
XYZ36.0429.7118.87-
YUV149.38106.34168.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=46.29%
G=28.76%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612811100.380.460.1910.7449.2262.16
HexCE806F0262E13b313e
Octal3162001570465623136176
Binary110011101000000011011110100110101110100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE806F; }

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

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

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

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

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

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

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

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