#CE816D

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

Shades of Burning Sand #CE816D

Tints of Burning Sand #CE816D

Color information

#CE816D (or 0xCE816D) is unknown color: approx Burning Sand. HEX triplet: CE, 81 and 6D. RGB value is (206,129,109). Sum of RGB (Red+Green+Blue) = 206+129+109=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE816D is #317E92. Grayscale: #959595. Windows color (decimal): -3243667 or 7176654. OLE color: 7176654.

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

Color convert

RGB206129109-
CMYK00.370.470.19
HSL12.37º49.74%61.76%-
HSV(B)12.37º47.09%80.78%-
XYZ36.0629.9318.34-
YUV149.74105.01168.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=46.40%
G=29.05%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612910900.370.470.1912.3749.7461.76
HexCE816D0252F13c323e
Octal3162011550455723146276
Binary110011101000000111011010100101101111100111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE816D; }

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

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

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

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

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

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

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

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