#CD8360

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

Shades of Burning Sand #CD8360

Tints of Burning Sand #CD8360

Color information

#CD8360 (or 0xCD8360) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 60. RGB value is (205,131,96). Sum of RGB (Red+Green+Blue) = 205+131+96=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8360 is #327C9F. Grayscale: #959595. Windows color (decimal): -3308704 or 6325197. OLE color: 6325197.

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

Color convert

RGB20513196-
CMYK00.360.530.20
HSL19.27º52.15%59.02%-
HSV(B)19.27º53.17%80.39%-
XYZ35.430.0615-
YUV149.1498.02167.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=47.45%
G=30.32%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051319600.360.530.2019.2752.1559.02
HexCD8360024351413343b
Octal3152031400446524236473
Binary1100110110000011110000001001001101011010010011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8360; }

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

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

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

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

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

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

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

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