#C18760

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

Shades of Burning Sand #C18760

Tints of Burning Sand #C18760

Color information

#C18760 (or 0xC18760) is unknown color: approx Burning Sand. HEX triplet: C1, 87 and 60. RGB value is (193,135,96). Sum of RGB (Red+Green+Blue) = 193+135+96=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C18760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18760 is #3E789F. Grayscale: #949494. Windows color (decimal): -4094112 or 6326209. OLE color: 6326209.

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

Color convert

RGB19313596-
CMYK00.300.500.24
HSL24.12º43.89%56.67%-
HSV(B)24.12º50.26%75.69%-
XYZ32.7729.5115.04-
YUV147.998.72160.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=45.52%
G=31.84%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931359600.300.500.2424.1243.8956.67
HexC1876001E3218182c39
Octal3012071400366230305471
Binary110000011000011111000000111101100101100011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18760; }

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

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

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

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

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

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

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

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