#CE816B

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

Shades of Burning Sand #CE816B

Tints of Burning Sand #CE816B

Color information

#CE816B (or 0xCE816B) is unknown color: approx Burning Sand. HEX triplet: CE, 81 and 6B. RGB value is (206,129,107). Sum of RGB (Red+Green+Blue) = 206+129+107=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE816B is #317E94. Grayscale: #959595. Windows color (decimal): -3243669 or 7045582. OLE color: 7045582.

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

Color convert

RGB206129107-
CMYK00.370.480.19
HSL13.33º50.25%61.37%-
HSV(B)13.33º48.06%80.78%-
XYZ35.9629.8817.78-
YUV149.52104.01168.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=46.61%
G=29.19%
B=24.21%

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
Decimal20612910700.370.480.1913.3350.2561.37
HexCE816B0253013d323d
Octal3162011530456023156275
Binary110011101000000111010110100101110000100111101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE816B; }

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

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

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

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

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

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

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

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