#CE8B6A

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

Shades of Burning Sand #CE8B6A

Tints of Burning Sand #CE8B6A

Color information

#CE8B6A (or 0xCE8B6A) is unknown color: approx Burning Sand. HEX triplet: CE, 8B and 6A. RGB value is (206,139,106). Sum of RGB (Red+Green+Blue) = 206+139+106=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8B6A is #317495. Grayscale: #9B9B9B. Windows color (decimal): -3241110 or 6982606. OLE color: 6982606.

HSL color Cylindrical-coordinate representation of color #CE8B6A: hue angle of 19.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE8B6A is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB206139106-
CMYK00.330.490.19
HSL19.8º50.51%61.18%-
HSV(B)19.8º48.54%80.78%-
XYZ37.2932.6317.97-
YUV155.27100.2164.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=45.68%
G=30.82%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613910600.330.490.1919.850.5161.18
HexCE8B6A021311314333d
Octal3162131520416123246375
Binary1100111010001011110101001000011100011001110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8B6A; }

 p { color: rgb(206,139,106); }

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

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

 a { background-color: rgb(206,139,106); }

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

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

 span { border-color: rgb(206,139,106); }

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