#C18660

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

Shades of Burning Sand #C18660

Tints of Burning Sand #C18660

Color information

#C18660 (or 0xC18660) is unknown color: approx Burning Sand. HEX triplet: C1, 86 and 60. RGB value is (193,134,96). Sum of RGB (Red+Green+Blue) = 193+134+96=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C18660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18660 is #3E799F. Grayscale: #939393. Windows color (decimal): -4094368 or 6325953. OLE color: 6325953.

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

Color convert

RGB19313496-
CMYK00.310.500.24
HSL23.51º43.89%56.67%-
HSV(B)23.51º50.26%75.69%-
XYZ32.6329.2314.99-
YUV147.3199.05160.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=45.63%
G=31.68%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931349600.310.500.2423.5143.8956.67
HexC1866001F3218182c39
Octal3012061400376230305471
Binary110000011000011011000000111111100101100011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18660; }

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

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

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

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

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

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

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

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