Html Css Color HEX #C49557 Twine

📋 copy color: '#C49557'

red 196 ◦ green 149 ◦ blue 87

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

Shades of Twine #C49557

Tints of Twine #C49557

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.49%

 BLUE value IS 87 (34.38% from 255) = 20.14%

R = 45.37%
G = 34.49%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49557 (or 0xC49557) is known color: Twine. HEX triplet: C4, 95 and 57. RGB value is (196,149,87). Sum of RGB (Red+Green+Blue) = 196+149+87=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C49557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49557 is #3B6AA8. Grayscale: #9C9C9C. Windows color (decimal): -3893929 or 5739972. OLE color: 5739972.

HSL color Cylindrical-coordinate representation of color #C49557: hue angle of 34.13º 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 #C49557 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 87 -
CMYK 0 0.24 0.56 0.23
HSL 34.13º 0.48% 0.55% -
HSV(B) 34.13º 0.56% 0.77% -
XYZ 35.23 33.92 13.71 -
YUV 155.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 196 149 87 0 0.24 0.56 0.23 34.13 0.48 0.55
Hex C4 95 57 0 18 38 17 22 30 37
Octal 304 225 127 0 30 70 27 42 60 67
Binary 11000100 10010101 1010111 0 11000 111000 10111 100010 110000 110111

Color Harmonies of #C49557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49557

Black with #C49557

Text Example


Text Example

White with #C49557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49557; }

 p { color: rgb(196,149,87); }

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

background-color css

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

 a { background-color: rgb(196,149,87); }

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

border-color css

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

 span { border-color: rgb(196,149,87); }

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