Html Css Color HEX #C58161 Burning Sand

📋 copy color: '#C58161'

red 197 ◦ green 129 ◦ blue 97

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

Shades of Burning Sand #C58161

Tints of Burning Sand #C58161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.93%

R = 46.57%
G = 30.5%
B = 22.93%

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

#C58161 (or 0xC58161) is known color: 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

RGB 197 129 97 -
CMYK 0 0.35 0.51 0.23
HSL 19.2º 0.46% 0.58% -
HSV(B) 19.2º 0.51% 0.77% -
XYZ 33.03 28.43 15.06 -
YUV 145.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 197 129 97 0 0.35 0.51 0.23 19.2 0.46 0.58
Hex C5 81 61 0 23 33 17 13 2E 3A
Octal 305 201 141 0 43 63 27 23 56 72
Binary 11000101 10000001 1100001 0 100011 110011 10111 10011 101110 111010

Color Harmonies of #C58161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58161

Black with #C58161

Text Example


Text Example

White with #C58161

Text Example


Text Example

HTML Codes & Css Web 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>