Html Css Color HEX #C49656 Twine

📋 copy color: '#C49656'

red 196 ◦ green 150 ◦ blue 86

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

Shades of Twine #C49656

Tints of Twine #C49656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.91%

R = 45.37%
G = 34.72%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49656 (or 0xC49656) is known color: Twine. HEX triplet: C4, 96 and 56. RGB value is (196,150,86). Sum of RGB (Red+Green+Blue) = 196+150+86=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C49656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49656 is #3B69A9. Grayscale: #9C9C9C. Windows color (decimal): -3893674 or 5674692. OLE color: 5674692.

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

Color convert

RGB 196 150 86 -
CMYK 0 0.23 0.56 0.23
HSL 34.91º 0.48% 0.55% -
HSV(B) 34.91º 0.56% 0.77% -
XYZ 35.35 34.22 13.55 -
YUV 156.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 196 150 86 0 0.23 0.56 0.23 34.91 0.48 0.55
Hex C4 96 56 0 17 38 17 23 30 37
Octal 304 226 126 0 27 70 27 43 60 67
Binary 11000100 10010110 1010110 0 10111 111000 10111 100011 110000 110111

Color Harmonies of #C49656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49656

Black with #C49656

Text Example


Text Example

White with #C49656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49656; }

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

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

background-color css

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

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

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

border-color css

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

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

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