#C18259

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

Shades of Burning Sand #C18259

Tints of Burning Sand #C18259

Color information

#C18259 (or 0xC18259) is unknown color: approx Burning Sand. HEX triplet: C1, 82 and 59. RGB value is (193,130,89). Sum of RGB (Red+Green+Blue) = 193+130+89=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C18259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18259 is #3E7DA6. Grayscale: #909090. Windows color (decimal): -4095399 or 5866177. OLE color: 5866177.

HSL color Cylindrical-coordinate representation of color #C18259: hue angle of 23.65º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C18259 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19313089-
CMYK00.330.540.24
HSL23.65º45.61%55.29%-
HSV(B)23.65º53.89%75.69%-
XYZ31.7828.0213.19-
YUV144.1696.87162.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=46.84%
G=31.55%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931308900.330.540.2423.6545.6155.29
HexC182590213618182e37
Octal3012021310416630305667
Binary1100000110000010101100101000011101101100011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18259; }

 p { color: rgb(193,130,89); }

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

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

 a { background-color: rgb(193,130,89); }

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

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

 span { border-color: rgb(193,130,89); }

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