Html Css Color HEX #C58560 Burning Sand

📋 copy color: '#C58560'

red 197 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #C58560

Tints of Burning Sand #C58560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 46.24%
G = 31.22%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58560 (or 0xC58560) is known color: Burning Sand. HEX triplet: C5, 85 and 60. RGB value is (197,133,96). Sum of RGB (Red+Green+Blue) = 197+133+96=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C58560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58560 is #3A7A9F. Grayscale: #949494. Windows color (decimal): -3832480 or 6325701. OLE color: 6325701.

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

Color convert

RGB 197 133 96 -
CMYK 0 0.32 0.51 0.23
HSL 21.98º 0.47% 0.57% -
HSV(B) 21.98º 0.51% 0.77% -
XYZ 33.52 29.49 14.99 -
YUV 147.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 197 133 96 0 0.32 0.51 0.23 21.98 0.47 0.57
Hex C5 85 60 0 20 33 17 16 2F 39
Octal 305 205 140 0 40 63 27 26 57 71
Binary 11000101 10000101 1100000 0 100000 110011 10111 10110 101111 111001

Color Harmonies of #C58560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58560

Black with #C58560

Text Example


Text Example

White with #C58560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58560; }

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

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

background-color css

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

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

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

border-color css

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

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

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