#CE816C

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

Shades of Burning Sand #CE816C

Tints of Burning Sand #CE816C

Color information

#CE816C (or 0xCE816C) is unknown color: approx Burning Sand. HEX triplet: CE, 81 and 6C. RGB value is (206,129,108). Sum of RGB (Red+Green+Blue) = 206+129+108=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE816C is #317E93. Grayscale: #959595. Windows color (decimal): -3243668 or 7111118. OLE color: 7111118.

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

Color convert

RGB206129108-
CMYK00.370.480.19
HSL12.86º50%61.57%-
HSV(B)12.86º47.57%80.78%-
XYZ36.0129.9118.06-
YUV149.63104.51168.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=46.50%
G=29.12%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612910800.370.480.1912.865061.57
HexCE816C0253013d323e
Octal3162011540456023156276
Binary110011101000000111011000100101110000100111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE816C; }

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

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

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

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

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

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

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

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