Html Css Color HEX #C59260 Twine

📋 copy color: '#C59260'

red 197 ◦ green 146 ◦ blue 96

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

Shades of Twine #C59260

Tints of Twine #C59260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

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

R = 44.87%
G = 33.26%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C59260 (or 0xC59260) is known color: Twine. HEX triplet: C5, 92 and 60. RGB value is (197,146,96). Sum of RGB (Red+Green+Blue) = 197+146+96=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C59260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59260 is #3A6D9F. Grayscale: #9B9B9B. Windows color (decimal): -3829152 or 6329029. OLE color: 6329029.

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

Color convert

RGB 197 146 96 -
CMYK 0 0.26 0.51 0.23
HSL 29.7º 0.47% 0.57% -
HSV(B) 29.7º 0.51% 0.77% -
XYZ 35.42 33.27 15.62 -
YUV 155.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 197 146 96 0 0.26 0.51 0.23 29.7 0.47 0.57
Hex C5 92 60 0 1A 33 17 1E 2F 39
Octal 305 222 140 0 32 63 27 36 57 71
Binary 11000101 10010010 1100000 0 11010 110011 10111 11110 101111 111001

Color Harmonies of #C59260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59260

Black with #C59260

Text Example


Text Example

White with #C59260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59260; }

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

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

background-color css

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

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

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

border-color css

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

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

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