Html Css Color HEX #C58360 Burning Sand

📋 copy color: '#C58360'

red 197 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #C58360

Tints of Burning Sand #C58360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

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

R = 46.46%
G = 30.9%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58360 (or 0xC58360) is known color: Burning Sand. HEX triplet: C5, 83 and 60. RGB value is (197,131,96). Sum of RGB (Red+Green+Blue) = 197+131+96=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58360 is #3A7C9F. Grayscale: #929292. Windows color (decimal): -3832992 or 6325189. OLE color: 6325189.

HSL color Cylindrical-coordinate representation of color #C58360: hue angle of 20.79º 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 #C58360 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 96 -
CMYK 0 0.34 0.51 0.23
HSL 20.79º 0.47% 0.57% -
HSV(B) 20.79º 0.51% 0.77% -
XYZ 33.25 28.95 14.9 -
YUV 146.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 197 131 96 0 0.34 0.51 0.23 20.79 0.47 0.57
Hex C5 83 60 0 22 33 17 15 2F 39
Octal 305 203 140 0 42 63 27 25 57 71
Binary 11000101 10000011 1100000 0 100010 110011 10111 10101 101111 111001

Color Harmonies of #C58360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58360

Black with #C58360

Text Example


Text Example

White with #C58360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58360; }

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

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

background-color css

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

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

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

border-color css

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

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

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