#ce7f6e

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

Shades of Burning Sand #CE7F6E

Tints of Burning Sand #CE7F6E

Color information

#CE7F6E (or 0xCE7F6E) is unknown color: approx Burning Sand. HEX triplet: CE, 7F and 6E. RGB value is (206,127,110). Sum of RGB (Red+Green+Blue) = 206+127+110=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F6E is #318091. Grayscale: #949494. Windows color (decimal): -3244178 or 7241678. OLE color: 7241678.

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

Color convert

RGB206127110-
CMYK00.380.470.19
HSL10.62º49.48%61.96%-
HSV(B)10.62º46.6%80.78%-
XYZ35.8629.4318.54-
YUV148.68106.17168.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=46.50%
G=28.67%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612711000.380.470.1910.6249.4861.96
HexCE7F6E0262F13b313e
Octal3161771560465723136176
Binary11001110111111111011100100110101111100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7f6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7f6e; }

 p { color: rgb(206,127,110); }

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

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

 a { background-color: rgb(206,127,110); }

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

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

 span { border-color: rgb(206,127,110); }

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