#CD7E60

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

Shades of Burning Sand #CD7E60

Tints of Burning Sand #CD7E60

Color information

#CD7E60 (or 0xCD7E60) is unknown color: approx Burning Sand. HEX triplet: CD, 7E and 60. RGB value is (205,126,96). Sum of RGB (Red+Green+Blue) = 205+126+96=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E60 is #32819F. Grayscale: #929292. Windows color (decimal): -3309984 or 6323917. OLE color: 6323917.

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

Color convert

RGB20512696-
CMYK00.390.530.20
HSL16.51º52.15%59.02%-
HSV(B)16.51º53.17%80.39%-
XYZ34.7528.7514.78-
YUV146.299.67169.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=48.01%
G=29.51%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051269600.390.530.2016.5152.1559.02
HexCD7E60027351411343b
Octal3151761400476524216473
Binary110011011111110110000001001111101011010010001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E60; }

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

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

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

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

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

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

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

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