#CD7F5D

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

Shades of Burning Sand #CD7F5D

Tints of Burning Sand #CD7F5D

Color information

#CD7F5D (or 0xCD7F5D) is unknown color: approx Burning Sand. HEX triplet: CD, 7F and 5D. RGB value is (205,127,93). Sum of RGB (Red+Green+Blue) = 205+127+93=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F5D is #3280A2. Grayscale: #929292. Windows color (decimal): -3309731 or 6127565. OLE color: 6127565.

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

Color convert

RGB20512793-
CMYK00.380.550.20
HSL18.21º52.83%58.43%-
HSV(B)18.21º54.63%80.39%-
XYZ34.7428.9514.11-
YUV146.4597.84169.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.24%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=48.24%
G=29.88%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051279300.380.550.2018.2152.8358.43
HexCD7F5D026371412353a
Octal3151771350466724226572
Binary110011011111111101110101001101101111010010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F5D; }

 p { color: rgb(205,127,93); }

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

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

 a { background-color: rgb(205,127,93); }

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

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

 span { border-color: rgb(205,127,93); }

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