#C18460

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

Shades of Burning Sand #C18460

Tints of Burning Sand #C18460

Color information

#C18460 (or 0xC18460) is unknown color: approx Burning Sand. HEX triplet: C1, 84 and 60. RGB value is (193,132,96). Sum of RGB (Red+Green+Blue) = 193+132+96=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C18460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18460 is #3E7B9F. Grayscale: #929292. Windows color (decimal): -4094880 or 6325441. OLE color: 6325441.

HSL color Cylindrical-coordinate representation of color #C18460: hue angle of 22.27º 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 #C18460 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19313296-
CMYK00.320.500.24
HSL22.27º43.89%56.67%-
HSV(B)22.27º50.26%75.69%-
XYZ32.3528.6814.9-
YUV146.1499.71161.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=45.84%
G=31.35%
B=22.80%

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
Decimal1931329600.320.500.2422.2743.8956.67
HexC184600203218162c39
Octal3012041400406230265471
Binary1100000110000100110000001000001100101100010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18460; }

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

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

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

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

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

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

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

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