#C18159

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

Shades of Burning Sand #C18159

Tints of Burning Sand #C18159

Color information

#C18159 (or 0xC18159) is unknown color: approx Burning Sand. HEX triplet: C1, 81 and 59. RGB value is (193,129,89). Sum of RGB (Red+Green+Blue) = 193+129+89=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C18159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18159 is #3E7EA6. Grayscale: #8F8F8F. Windows color (decimal): -4095655 or 5865921. OLE color: 5865921.

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

Color convert

RGB19312989-
CMYK00.330.540.24
HSL23.08º45.61%55.29%-
HSV(B)23.08º53.89%75.69%-
XYZ31.6527.7613.14-
YUV143.5897.2163.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=46.96%
G=31.39%
B=21.65%

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
Decimal1931298900.330.540.2423.0845.6155.29
HexC181590213618172e37
Octal3012011310416630275667
Binary1100000110000001101100101000011101101100010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18159; }

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

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

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

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

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

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

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

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