#C18060

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

Shades of Burning Sand #C18060

Tints of Burning Sand #C18060

Color information

#C18060 (or 0xC18060) is unknown color: approx Burning Sand. HEX triplet: C1, 80 and 60. RGB value is (193,128,96). Sum of RGB (Red+Green+Blue) = 193+128+96=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C18060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18060 is #3E7F9F. Grayscale: #8F8F8F. Windows color (decimal): -4095904 or 6324417. OLE color: 6324417.

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

Color convert

RGB19312896-
CMYK00.340.500.24
HSL19.79º43.89%56.67%-
HSV(B)19.79º50.26%75.69%-
XYZ31.8227.6214.72-
YUV143.79101.03163.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=46.28%
G=30.70%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931289600.340.500.2419.7943.8956.67
HexC180600223218142c39
Octal3012001400426230245471
Binary1100000110000000110000001000101100101100010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18060; }

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

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

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

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

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

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

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

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