#CE856E

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

Shades of Burning Sand #CE856E

Tints of Burning Sand #CE856E

Color information

#CE856E (or 0xCE856E) is unknown color: approx Burning Sand. HEX triplet: CE, 85 and 6E. RGB value is (206,133,110). Sum of RGB (Red+Green+Blue) = 206+133+110=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE856E is #317A91. Grayscale: #989898. Windows color (decimal): -3242642 or 7243214. OLE color: 7243214.

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

Color convert

RGB206133110-
CMYK00.350.470.19
HSL14.38º49.48%61.96%-
HSV(B)14.38º46.6%80.78%-
XYZ36.6631.0218.81-
YUV152.2104.18166.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.88%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=45.88%
G=29.62%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613311000.350.470.1914.3849.4861.96
HexCE856E0232F13e313e
Octal3162051560435723166176
Binary110011101000010111011100100011101111100111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE856E; }

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

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

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

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

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

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

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

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