#CD7D65

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

Shades of Burning Sand #CD7D65

Tints of Burning Sand #CD7D65

Color information

#CD7D65 (or 0xCD7D65) is unknown color: approx Burning Sand. HEX triplet: CD, 7D and 65. RGB value is (205,125,101). Sum of RGB (Red+Green+Blue) = 205+125+101=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D65 is #32829A. Grayscale: #929292. Windows color (decimal): -3310235 or 6651341. OLE color: 6651341.

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

Color convert

RGB205125101-
CMYK00.390.510.20
HSL13.85º50.98%60%-
HSV(B)13.85º50.73%80.39%-
XYZ34.8628.5915.99-
YUV146.18102.5169.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=47.56%
G=29.00%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512510100.390.510.2013.8550.9860
HexCD7D650273314e333c
Octal3151751450476324166374
Binary11001101111110111001010100111110011101001110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D65; }

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

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

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

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

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

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

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

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