#CD7E56

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

Shades of Burning Sand #CD7E56

Tints of Burning Sand #CD7E56

Color information

#CD7E56 (or 0xCD7E56) is unknown color: approx Burning Sand. HEX triplet: CD, 7E and 56. RGB value is (205,126,86). Sum of RGB (Red+Green+Blue) = 205+126+86=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E56 is #3281A9. Grayscale: #919191. Windows color (decimal): -3309994 or 5668557. OLE color: 5668557.

HSL color Cylindrical-coordinate representation of color #CD7E56: hue angle of 20.17º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD7E56 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20512686-
CMYK00.390.580.20
HSL20.17º54.34%57.06%-
HSV(B)20.17º58.05%80.39%-
XYZ34.3228.5712.51-
YUV145.0694.67170.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=49.16%
G=30.22%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051268600.390.580.2020.1754.3457.06
HexCD7E560273A14143639
Octal3151761260477224246671
Binary110011011111110101011001001111110101010010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E56; }

 p { color: rgb(205,126,86); }

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

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

 a { background-color: rgb(205,126,86); }

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

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

 span { border-color: rgb(205,126,86); }

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