Html Css Color HEX #C59460 Twine

📋 copy color: '#C59460'

red 197 ◦ green 148 ◦ blue 96

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

Shades of Twine #C59460

Tints of Twine #C59460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

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

R = 44.67%
G = 33.56%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C59460 (or 0xC59460) is known color: Twine. HEX triplet: C5, 94 and 60. RGB value is (197,148,96). Sum of RGB (Red+Green+Blue) = 197+148+96=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C59460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59460 is #3A6B9F. Grayscale: #9C9C9C. Windows color (decimal): -3828640 or 6329541. OLE color: 6329541.

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

Color convert

RGB 197 148 96 -
CMYK 0 0.25 0.51 0.23
HSL 30.89º 0.47% 0.57% -
HSV(B) 30.89º 0.51% 0.77% -
XYZ 35.73 33.89 15.73 -
YUV 156.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 197 148 96 0 0.25 0.51 0.23 30.89 0.47 0.57
Hex C5 94 60 0 19 33 17 1F 2F 39
Octal 305 224 140 0 31 63 27 37 57 71
Binary 11000101 10010100 1100000 0 11001 110011 10111 11111 101111 111001

Color Harmonies of #C59460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59460

Black with #C59460

Text Example


Text Example

White with #C59460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59460; }

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

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

background-color css

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

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

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

border-color css

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

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

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