#CD8365

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

Shades of Burning Sand #CD8365

Tints of Burning Sand #CD8365

Color information

#CD8365 (or 0xCD8365) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 65. RGB value is (205,131,101). Sum of RGB (Red+Green+Blue) = 205+131+101=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8365 is #327C9A. Grayscale: #959595. Windows color (decimal): -3308699 or 6652877. OLE color: 6652877.

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

Color convert

RGB205131101-
CMYK00.360.510.20
HSL17.31º50.98%60%-
HSV(B)17.31º50.73%80.39%-
XYZ35.6430.1516.25-
YUV149.71100.52167.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=46.91%
G=29.98%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513110100.360.510.2017.3150.9860
HexCD8365024331411333c
Octal3152031450446324216374
Binary1100110110000011110010101001001100111010010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8365; }

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

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

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

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

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

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

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

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