#C18360

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

Shades of Burning Sand #C18360

Tints of Burning Sand #C18360

Color information

#C18360 (or 0xC18360) is unknown color: approx Burning Sand. HEX triplet: C1, 83 and 60. RGB value is (193,131,96). Sum of RGB (Red+Green+Blue) = 193+131+96=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C18360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18360 is #3E7C9F. Grayscale: #919191. Windows color (decimal): -4095136 or 6325185. OLE color: 6325185.

HSL color Cylindrical-coordinate representation of color #C18360: hue angle of 21.65º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18360 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19313196-
CMYK00.320.500.24
HSL21.65º43.89%56.67%-
HSV(B)21.65º50.26%75.69%-
XYZ32.2228.4114.85-
YUV145.55100.04161.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=45.95%
G=31.19%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931319600.320.500.2421.6543.8956.67
HexC183600203218162c39
Octal3012031400406230265471
Binary1100000110000011110000001000001100101100010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18360; }

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

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

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

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

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

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

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

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