#CE886D

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

Shades of Burning Sand #CE886D

Tints of Burning Sand #CE886D

Color information

#CE886D (or 0xCE886D) is unknown color: approx Burning Sand. HEX triplet: CE, 88 and 6D. RGB value is (206,136,109). Sum of RGB (Red+Green+Blue) = 206+136+109=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE886D is #317792. Grayscale: #9A9A9A. Windows color (decimal): -3241875 or 7178446. OLE color: 7178446.

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

Color convert

RGB206136109-
CMYK00.340.470.19
HSL16.7º49.74%61.76%-
HSV(B)16.7º47.09%80.78%-
XYZ37.0231.8318.66-
YUV153.85102.69165.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 136 (53.52% from 255) = 30.16%
BLUE value IS 109 (42.97% from 255) = 24.17%
R=45.68%
G=30.16%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613610900.340.470.1916.749.7461.76
HexCE886D0222F1311323e
Octal3162101550425723216276
Binary1100111010001000110110101000101011111001110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE886D; }

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

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

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

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

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

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

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

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