Html Css Color HEX #C58160 Burning Sand

📋 copy color: '#C58160'

red 197 ◦ green 129 ◦ blue 96

#C58160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #C58160

Tints of Burning Sand #C58160

RGB

 RED value IS 197 (77.34% from 255) = 46.68%

 GREEN value IS 129 (50.78% from 255) = 30.57%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 46.68%
G = 30.57%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58160 (or 0xC58160) is known color: Burning Sand. HEX triplet: C5, 81 and 60. RGB value is (197,129,96). Sum of RGB (Red+Green+Blue) = 197+129+96=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C58160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58160 is #3A7E9F. Grayscale: #919191. Windows color (decimal): -3833504 or 6324677. OLE color: 6324677.

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

Color convert

RGB 197 129 96 -
CMYK 0 0.35 0.51 0.23
HSL 19.6º 0.47% 0.57% -
HSV(B) 19.6º 0.51% 0.77% -
XYZ 32.99 28.42 14.81 -
YUV 145.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 197 129 96 0 0.35 0.51 0.23 19.6 0.47 0.57
Hex C5 81 60 0 23 33 17 14 2F 39
Octal 305 201 140 0 43 63 27 24 57 71
Binary 11000101 10000001 1100000 0 100011 110011 10111 10100 101111 111001

Color Harmonies of #C58160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58160

Black with #C58160

Text Example


Text Example

White with #C58160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58160; }

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

 H1.HeaderClassName
 {
   color: #C58160;
 }
 .AnyTagClassName
 {
   color: #C58160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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