Html Css Color HEX #C49162 Twine

📋 copy color: '#C49162'

red 196 ◦ green 145 ◦ blue 98

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

Shades of Twine #C49162

Tints of Twine #C49162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

 BLUE value IS 98 (38.67% from 255) = 22.32%

R = 44.65%
G = 33.03%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C49162 (or 0xC49162) is known color: Twine. HEX triplet: C4, 91 and 62. RGB value is (196,145,98). Sum of RGB (Red+Green+Blue) = 196+145+98=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C49162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49162 is #3B6E9D. Grayscale: #9B9B9B. Windows color (decimal): -3894942 or 6459844. OLE color: 6459844.

HSL color Cylindrical-coordinate representation of color #C49162: hue angle of 28.78º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C49162 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 98 -
CMYK 0 0.26 0.5 0.23
HSL 28.78º 0.45% 0.58% -
HSV(B) 28.78º 0.5% 0.77% -
XYZ 35.09 32.87 16.05 -
YUV 154.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 196 145 98 0 0.26 0.5 0.23 28.78 0.45 0.58
Hex C4 91 62 0 1A 32 17 1D 2D 3A
Octal 304 221 142 0 32 62 27 35 55 72
Binary 11000100 10010001 1100010 0 11010 110010 10111 11101 101101 111010

Color Harmonies of #C49162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49162

Black with #C49162

Text Example


Text Example

White with #C49162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49162; }

 p { color: rgb(196,145,98); }

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

background-color css

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

 a { background-color: rgb(196,145,98); }

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

border-color css

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

 span { border-color: rgb(196,145,98); }

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