Html Css Color HEX #C19160 Twine

📋 copy color: '#C19160'

red 193 ◦ green 145 ◦ blue 96

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

Shades of Twine #C19160

Tints of Twine #C19160

RGB

 RED value IS 193 (75.78% from 255) = 44.47%

 GREEN value IS 145 (57.03% from 255) = 33.41%

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

R = 44.47%
G = 33.41%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C19160 (or 0xC19160) is known color: Twine. HEX triplet: C1, 91 and 60. RGB value is (193,145,96). Sum of RGB (Red+Green+Blue) = 193+145+96=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C19160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19160 is #3E6E9F. Grayscale: #9A9A9A. Windows color (decimal): -4091552 or 6328769. OLE color: 6328769.

HSL color Cylindrical-coordinate representation of color #C19160: hue angle of 30.31º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C19160 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 145 96 -
CMYK 0 0.25 0.50 0.24
HSL 30.31º 0.44% 0.57% -
HSV(B) 30.31º 0.5% 0.76% -
XYZ 34.23 32.43 15.52 -
YUV 153.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 193 145 96 0 0.25 0.50 0.24 30.31 0.44 0.57
Hex C1 91 60 0 19 32 18 1E 2C 39
Octal 301 221 140 0 31 62 30 36 54 71
Binary 11000001 10010001 1100000 0 11001 110010 11000 11110 101100 111001

Color Harmonies of #C19160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19160

Black with #C19160

Text Example


Text Example

White with #C19160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19160; }

 p { color: rgb(193,145,96); }

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

background-color css

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

 a { background-color: rgb(193,145,96); }

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

border-color css

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

 span { border-color: rgb(193,145,96); }

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