Html Css Color HEX #C58C50 Twine

📋 copy color: '#C58C50'

red 197 ◦ green 140 ◦ blue 80

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

Shades of Twine #C58C50

Tints of Twine #C58C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 47.24%
G = 33.57%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C58C50 (or 0xC58C50) is known color: Twine. HEX triplet: C5, 8C and 50. RGB value is (197,140,80). Sum of RGB (Red+Green+Blue) = 197+140+80=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58C50 is #3A73AF. Grayscale: #969696. Windows color (decimal): -3830704 or 5278917. OLE color: 5278917.

HSL color Cylindrical-coordinate representation of color #C58C50: hue angle of 30.77º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C58C50 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 140 80 -
CMYK 0 0.29 0.59 0.23
HSL 30.77º 0.5% 0.54% -
HSV(B) 30.77º 0.59% 0.77% -
XYZ 33.85 31.21 11.83 -
YUV 150.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 197 140 80 0 0.29 0.59 0.23 30.77 0.5 0.54
Hex C5 8C 50 0 1D 3B 17 1F 32 36
Octal 305 214 120 0 35 73 27 37 62 66
Binary 11000101 10001100 1010000 0 11101 111011 10111 11111 110010 110110

Color Harmonies of #C58C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C50

Black with #C58C50

Text Example


Text Example

White with #C58C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C50; }

 p { color: rgb(197,140,80); }

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

background-color css

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

 a { background-color: rgb(197,140,80); }

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

border-color css

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

 span { border-color: rgb(197,140,80); }

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