#CE7D6D

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

Shades of Burning Sand #CE7D6D

Tints of Burning Sand #CE7D6D

Color information

#CE7D6D (or 0xCE7D6D) is unknown color: approx Burning Sand. HEX triplet: CE, 7D and 6D. RGB value is (206,125,109). Sum of RGB (Red+Green+Blue) = 206+125+109=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D6D is #318292. Grayscale: #939393. Windows color (decimal): -3244691 or 7175630. OLE color: 7175630.

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

Color convert

RGB206125109-
CMYK00.390.470.19
HSL9.9º49.74%61.76%-
HSV(B)9.9º47.09%80.78%-
XYZ35.5528.8918.17-
YUV147.39106.34169.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=46.82%
G=28.41%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612510900.390.470.199.949.7461.76
HexCE7D6D0272F13a323e
Octal3161751550475723126276
Binary11001110111110111011010100111101111100111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7D6D; }

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

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

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

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

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

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

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

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