#CE866D

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

Shades of Burning Sand #CE866D

Tints of Burning Sand #CE866D

Color information

#CE866D (or 0xCE866D) is unknown color: approx Burning Sand. HEX triplet: CE, 86 and 6D. RGB value is (206,134,109). Sum of RGB (Red+Green+Blue) = 206+134+109=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE866D is #317992. Grayscale: #989898. Windows color (decimal): -3242387 or 7177934. OLE color: 7177934.

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

Color convert

RGB206134109-
CMYK00.350.470.19
HSL15.46º49.74%61.76%-
HSV(B)15.46º47.09%80.78%-
XYZ36.7431.2818.57-
YUV152.68103.35166.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.88%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=45.88%
G=29.84%
B=24.28%

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
Decimal20613410900.350.470.1915.4649.7461.76
HexCE866D0232F13f323e
Octal3162061550435723176276
Binary110011101000011011011010100011101111100111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE866D; }

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

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

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

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

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

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

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

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