#C58161

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

Shades of Burning Sand #C58161

Tints of Burning Sand #C58161

Color information

#C58161 (or 0xC58161) is unknown color: approx Burning Sand. HEX triplet: C5, 81 and 61. RGB value is (197,129,97). Sum of RGB (Red+Green+Blue) = 197+129+97=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C58161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58161 is #3A7E9E. Grayscale: #919191. Windows color (decimal): -3833503 or 6390213. OLE color: 6390213.

HSL color Cylindrical-coordinate representation of color #C58161: hue angle of 19.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58161 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19712997-
CMYK00.350.510.23
HSL19.2º46.3%57.65%-
HSV(B)19.2º50.76%77.25%-
XYZ33.0328.4315.06-
YUV145.68100.53164.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=46.57%
G=30.50%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971299700.350.510.2319.246.357.65
HexC581610233317132e3a
Octal3052011410436327235672
Binary1100010110000001110000101000111100111011110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58161; }

 p { color: rgb(197,129,97); }

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

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

 a { background-color: rgb(197,129,97); }

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

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

 span { border-color: rgb(197,129,97); }

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