Html Css Color HEX #C49655 Twine

📋 copy color: '#C49655'

red 196 ◦ green 150 ◦ blue 85

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

Shades of Twine #C49655

Tints of Twine #C49655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 45.48%
G = 34.8%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49655 (or 0xC49655) is known color: Twine. HEX triplet: C4, 96 and 55. RGB value is (196,150,85). Sum of RGB (Red+Green+Blue) = 196+150+85=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49655 is #3B69AA. Grayscale: #9C9C9C. Windows color (decimal): -3893675 or 5609156. OLE color: 5609156.

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

Color convert

RGB 196 150 85 -
CMYK 0 0.23 0.57 0.23
HSL 35.14º 0.48% 0.55% -
HSV(B) 35.14º 0.57% 0.77% -
XYZ 35.31 34.2 13.34 -
YUV 156.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 196 150 85 0 0.23 0.57 0.23 35.14 0.48 0.55
Hex C4 96 55 0 17 39 17 23 30 37
Octal 304 226 125 0 27 71 27 43 60 67
Binary 11000100 10010110 1010101 0 10111 111001 10111 100011 110000 110111

Color Harmonies of #C49655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49655

Black with #C49655

Text Example


Text Example

White with #C49655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49655; }

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

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

background-color css

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

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

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

border-color css

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

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

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