#CE8566

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

Shades of Burning Sand #CE8566

Tints of Burning Sand #CE8566

Color information

#CE8566 (or 0xCE8566) is unknown color: approx Burning Sand. HEX triplet: CE, 85 and 66. RGB value is (206,133,102). Sum of RGB (Red+Green+Blue) = 206+133+102=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8566 is #317A99. Grayscale: #979797. Windows color (decimal): -3242650 or 6718926. OLE color: 6718926.

HSL color Cylindrical-coordinate representation of color #CE8566: hue angle of 17.88º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE8566 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206133102-
CMYK00.350.500.19
HSL17.88º51.49%60.39%-
HSV(B)17.88º50.49%80.78%-
XYZ36.2430.8616.62-
YUV151.29100.18167.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=46.71%
G=30.16%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613310200.350.500.1917.8851.4960.39
HexCE8566023321312333c
Octal3162051460436223226374
Binary1100111010000101110011001000111100101001110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8566; }

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

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

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

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

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

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

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

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