#CE816F

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

Shades of Burning Sand #CE816F

Tints of Burning Sand #CE816F

Color information

#CE816F (or 0xCE816F) is unknown color: approx Burning Sand. HEX triplet: CE, 81 and 6F. RGB value is (206,129,111). Sum of RGB (Red+Green+Blue) = 206+129+111=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE816F is #317E90. Grayscale: #969696. Windows color (decimal): -3243665 or 7307726. OLE color: 7307726.

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

Color convert

RGB206129111-
CMYK00.370.460.19
HSL11.37º49.22%62.16%-
HSV(B)11.37º46.12%80.78%-
XYZ36.1729.9718.92-
YUV149.97106.01167.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=46.19%
G=28.92%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612911100.370.460.1911.3749.2262.16
HexCE816F0252E13b313e
Octal3162011570455623136176
Binary110011101000000111011110100101101110100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE816F; }

 p { color: rgb(206,129,111); }

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

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

 a { background-color: rgb(206,129,111); }

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

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

 span { border-color: rgb(206,129,111); }

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