Html Css Color HEX #C49660 Twine

📋 copy color: '#C49660'

red 196 ◦ green 150 ◦ blue 96

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

Shades of Twine #C49660

Tints of Twine #C49660

RGB

 RED value IS 196 (76.95% from 255) = 44.34%

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

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

R = 44.34%
G = 33.94%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C49660 (or 0xC49660) is known color: Twine. HEX triplet: C4, 96 and 60. RGB value is (196,150,96). Sum of RGB (Red+Green+Blue) = 196+150+96=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C49660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49660 is #3B699F. Grayscale: #9D9D9D. Windows color (decimal): -3893664 or 6330052. OLE color: 6330052.

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

Color convert

RGB 196 150 96 -
CMYK 0 0.23 0.51 0.23
HSL 32.4º 0.46% 0.57% -
HSV(B) 32.4º 0.51% 0.77% -
XYZ 35.78 34.39 15.82 -
YUV 157.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 196 150 96 0 0.23 0.51 0.23 32.4 0.46 0.57
Hex C4 96 60 0 17 33 17 20 2E 39
Octal 304 226 140 0 27 63 27 40 56 71
Binary 11000100 10010110 1100000 0 10111 110011 10111 100000 101110 111001

Color Harmonies of #C49660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49660

Black with #C49660

Text Example


Text Example

White with #C49660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49660; }

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

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

background-color css

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

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

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

border-color css

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

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

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