#CD8265

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

Shades of Burning Sand #CD8265

Tints of Burning Sand #CD8265

Color information

#CD8265 (or 0xCD8265) is unknown color: approx Burning Sand. HEX triplet: CD, 82 and 65. RGB value is (205,130,101). Sum of RGB (Red+Green+Blue) = 205+130+101=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8265 is #327D9A. Grayscale: #959595. Windows color (decimal): -3308955 or 6652621. OLE color: 6652621.

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

Color convert

RGB205130101-
CMYK00.370.510.20
HSL16.73º50.98%60%-
HSV(B)16.73º50.73%80.39%-
XYZ35.5129.8816.21-
YUV149.12100.85167.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 101 (39.84% from 255) = 23.17%
R=47.02%
G=29.82%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513010100.370.510.2016.7350.9860
HexCD8265025331411333c
Octal3152021450456324216374
Binary1100110110000010110010101001011100111010010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8265; }

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

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

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

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

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

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

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

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