#CE8061

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

Shades of Burning Sand #CE8061

Tints of Burning Sand #CE8061

Color information

#CE8061 (or 0xCE8061) is unknown color: approx Burning Sand. HEX triplet: CE, 80 and 61. RGB value is (206,128,97). Sum of RGB (Red+Green+Blue) = 206+128+97=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8061 is #317F9E. Grayscale: #939393. Windows color (decimal): -3243935 or 6389966. OLE color: 6389966.

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

Color convert

RGB20612897-
CMYK00.380.530.19
HSL17.06º52.66%59.41%-
HSV(B)17.06º52.91%80.78%-
XYZ35.3329.4215.13-
YUV147.7999.34169.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.80%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=47.80%
G=29.70%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061289700.380.530.1917.0652.6659.41
HexCE8061026351311353b
Octal3162001410466523216573
Binary1100111010000000110000101001101101011001110001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8061; }

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

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

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

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

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

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

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

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