#CE8470

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

Shades of Burning Sand #CE8470

Tints of Burning Sand #CE8470

Color information

#CE8470 (or 0xCE8470) is unknown color: approx Burning Sand. HEX triplet: CE, 84 and 70. RGB value is (206,132,112). Sum of RGB (Red+Green+Blue) = 206+132+112=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8470 is #317B8F. Grayscale: #989898. Windows color (decimal): -3242896 or 7374030. OLE color: 7374030.

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

Color convert

RGB206132112-
CMYK00.360.460.19
HSL12.77º48.96%62.35%-
HSV(B)12.77º45.63%80.78%-
XYZ36.6330.7919.34-
YUV151.85105.52166.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 132 (51.95% from 255) = 29.33%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=45.78%
G=29.33%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613211200.360.460.1912.7748.9662.35
HexCE84700242E13d313e
Octal3162041600445623156176
Binary110011101000010011100000100100101110100111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8470; }

 p { color: rgb(206,132,112); }

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

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

 a { background-color: rgb(206,132,112); }

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

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

 span { border-color: rgb(206,132,112); }

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