Html Css Color HEX #C59560 Twine

📋 copy color: '#C59560'

red 197 ◦ green 149 ◦ blue 96

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

Shades of Twine #C59560

Tints of Twine #C59560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.71%

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

R = 44.57%
G = 33.71%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C59560 (or 0xC59560) is known color: Twine. HEX triplet: C5, 95 and 60. RGB value is (197,149,96). Sum of RGB (Red+Green+Blue) = 197+149+96=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C59560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59560 is #3A6A9F. Grayscale: #9D9D9D. Windows color (decimal): -3828384 or 6329797. OLE color: 6329797.

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

Color convert

RGB 197 149 96 -
CMYK 0 0.24 0.51 0.23
HSL 31.49º 0.47% 0.57% -
HSV(B) 31.49º 0.51% 0.77% -
XYZ 35.88 34.21 15.78 -
YUV 157.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 197 149 96 0 0.24 0.51 0.23 31.49 0.47 0.57
Hex C5 95 60 0 18 33 17 1F 2F 39
Octal 305 225 140 0 30 63 27 37 57 71
Binary 11000101 10010101 1100000 0 11000 110011 10111 11111 101111 111001

Color Harmonies of #C59560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59560

Black with #C59560

Text Example


Text Example

White with #C59560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59560; }

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

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

background-color css

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

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

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

border-color css

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

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

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