Html Css Color HEX #C19660 Twine

📋 copy color: '#C19660'

red 193 ◦ green 150 ◦ blue 96

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

Shades of Twine #C19660

Tints of Twine #C19660

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

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

R = 43.96%
G = 34.17%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C19660 (or 0xC19660) is known color: Twine. HEX triplet: C1, 96 and 60. RGB value is (193,150,96). Sum of RGB (Red+Green+Blue) = 193+150+96=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C19660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19660 is #3E699F. Grayscale: #9C9C9C. Windows color (decimal): -4090272 or 6330049. OLE color: 6330049.

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

Color convert

RGB 193 150 96 -
CMYK 0 0.22 0.50 0.24
HSL 33.4º 0.44% 0.57% -
HSV(B) 33.4º 0.5% 0.76% -
XYZ 35.01 33.99 15.78 -
YUV 156.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 193 150 96 0 0.22 0.50 0.24 33.4 0.44 0.57
Hex C1 96 60 0 16 32 18 21 2C 39
Octal 301 226 140 0 26 62 30 41 54 71
Binary 11000001 10010110 1100000 0 10110 110010 11000 100001 101100 111001

Color Harmonies of #C19660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19660

Black with #C19660

Text Example


Text Example

White with #C19660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19660; }

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

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

background-color css

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

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

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

border-color css

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

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

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