Html Css Color HEX #C49659 Twine

📋 copy color: '#C49659'

red 196 ◦ green 150 ◦ blue 89

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

Shades of Twine #C49659

Tints of Twine #C49659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.46%

R = 45.06%
G = 34.48%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49659 (or 0xC49659) is known color: Twine. HEX triplet: C4, 96 and 59. RGB value is (196,150,89). Sum of RGB (Red+Green+Blue) = 196+150+89=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C49659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49659 is #3B69A6. Grayscale: #9D9D9D. Windows color (decimal): -3893671 or 5871300. OLE color: 5871300.

HSL color Cylindrical-coordinate representation of color #C49659: hue angle of 34.21º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C49659 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 89 -
CMYK 0 0.23 0.55 0.23
HSL 34.21º 0.48% 0.56% -
HSV(B) 34.21º 0.55% 0.77% -
XYZ 35.47 34.27 14.2 -
YUV 156.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 196 150 89 0 0.23 0.55 0.23 34.21 0.48 0.56
Hex C4 96 59 0 17 37 17 22 30 38
Octal 304 226 131 0 27 67 27 42 60 70
Binary 11000100 10010110 1011001 0 10111 110111 10111 100010 110000 111000

Color Harmonies of #C49659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49659

Black with #C49659

Text Example


Text Example

White with #C49659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49659; }

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

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

background-color css

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

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

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

border-color css

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

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

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