#CE865F

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

Shades of Burning Sand #CE865F

Tints of Burning Sand #CE865F

Color information

#CE865F (or 0xCE865F) is unknown color: approx Burning Sand. HEX triplet: CE, 86 and 5F. RGB value is (206,134,95). Sum of RGB (Red+Green+Blue) = 206+134+95=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE865F is #3179A0. Grayscale: #979797. Windows color (decimal): -3242401 or 6260430. OLE color: 6260430.

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

Color convert

RGB20613495-
CMYK00.350.540.19
HSL21.08º53.11%59.02%-
HSV(B)21.08º53.88%80.78%-
XYZ36.043114.91-
YUV151.0896.35167.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=47.36%
G=30.80%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061349500.350.540.1921.0853.1159.02
HexCE865F023361315353b
Octal3162061370436623256573
Binary1100111010000110101111101000111101101001110101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE865F; }

 p { color: rgb(206,134,95); }

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

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

 a { background-color: rgb(206,134,95); }

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

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

 span { border-color: rgb(206,134,95); }

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