Html Css Color HEX #C58370 Burning Sand

📋 copy color: '#C58370'

red 197 ◦ green 131 ◦ blue 112

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

Shades of Burning Sand #C58370

Tints of Burning Sand #C58370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 44.77%
G = 29.77%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58370 (or 0xC58370) is known color: Burning Sand. HEX triplet: C5, 83 and 70. RGB value is (197,131,112). Sum of RGB (Red+Green+Blue) = 197+131+112=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C58370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58370 is #3A7C8F. Grayscale: #949494. Windows color (decimal): -3832976 or 7373765. OLE color: 7373765.

HSL color Cylindrical-coordinate representation of color #C58370: hue angle of 13.41º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58370 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 112 -
CMYK 0 0.34 0.43 0.23
HSL 13.41º 0.42% 0.61% -
HSV(B) 13.41º 0.43% 0.77% -
XYZ 34.07 29.27 19.18 -
YUV 148.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 197 131 112 0 0.34 0.43 0.23 13.41 0.42 0.61
Hex C5 83 70 0 22 2B 17 D 2A 3D
Octal 305 203 160 0 42 53 27 15 52 75
Binary 11000101 10000011 1110000 0 100010 101011 10111 1101 101010 111101

Color Harmonies of #C58370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58370

Black with #C58370

Text Example


Text Example

White with #C58370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58370; }

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

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

background-color css

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

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

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

border-color css

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

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

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