#CE8A66

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

Shades of Burning Sand #CE8A66

Tints of Burning Sand #CE8A66

Color information

#CE8A66 (or 0xCE8A66) is unknown color: approx Burning Sand. HEX triplet: CE, 8A and 66. RGB value is (206,138,102). Sum of RGB (Red+Green+Blue) = 206+138+102=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8A66 is #317599. Grayscale: #9A9A9A. Windows color (decimal): -3241370 or 6720206. OLE color: 6720206.

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

Color convert

RGB206138102-
CMYK00.330.500.19
HSL20.77º51.49%60.39%-
HSV(B)20.77º50.49%80.78%-
XYZ36.9432.2616.85-
YUV154.2398.53164.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=46.19%
G=30.94%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613810200.330.500.1920.7751.4960.39
HexCE8A66021321315333c
Octal3162121460416223256374
Binary1100111010001010110011001000011100101001110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A66; }

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

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

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

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

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

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

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

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