Html Css Color HEX #C49150 Twine

📋 copy color: '#C49150'

red 196 ◦ green 145 ◦ blue 80

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

Shades of Twine #C49150

Tints of Twine #C49150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19%

R = 46.56%
G = 34.44%
B = 19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C49150 (or 0xC49150) is known color: Twine. HEX triplet: C4, 91 and 50. RGB value is (196,145,80). Sum of RGB (Red+Green+Blue) = 196+145+80=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C49150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49150 is #3B6EAF. Grayscale: #999999. Windows color (decimal): -3894960 or 5280196. OLE color: 5280196.

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

Color convert

RGB 196 145 80 -
CMYK 0 0.26 0.59 0.23
HSL 33.62º 0.5% 0.54% -
HSV(B) 33.62º 0.59% 0.77% -
XYZ 34.34 32.57 12.07 -
YUV 152.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 196 145 80 0 0.26 0.59 0.23 33.62 0.5 0.54
Hex C4 91 50 0 1A 3B 17 22 32 36
Octal 304 221 120 0 32 73 27 42 62 66
Binary 11000100 10010001 1010000 0 11010 111011 10111 100010 110010 110110

Color Harmonies of #C49150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49150

Black with #C49150

Text Example


Text Example

White with #C49150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49150; }

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

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

background-color css

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

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

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

border-color css

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

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

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