#CD7D57

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

Shades of Burning Sand #CD7D57

Tints of Burning Sand #CD7D57

Color information

#CD7D57 (or 0xCD7D57) is unknown color: approx Burning Sand. HEX triplet: CD, 7D and 57. RGB value is (205,125,87). Sum of RGB (Red+Green+Blue) = 205+125+87=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D57 is #3282A8. Grayscale: #909090. Windows color (decimal): -3310249 or 5733837. OLE color: 5733837.

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

Color convert

RGB20512587-
CMYK00.390.580.20
HSL19.32º54.13%57.25%-
HSV(B)19.32º57.56%80.39%-
XYZ34.2328.3312.68-
YUV144.5995.5171.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=49.16%
G=29.98%
B=20.86%

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
Decimal2051258700.390.580.2019.3254.1357.25
HexCD7D570273A14133639
Octal3151751270477224236671
Binary110011011111101101011101001111110101010010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D57; }

 p { color: rgb(205,125,87); }

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

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

 a { background-color: rgb(205,125,87); }

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

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

 span { border-color: rgb(205,125,87); }

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