Html Css Color HEX #C49057 Twine

📋 copy color: '#C49057'

red 196 ◦ green 144 ◦ blue 87

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

Shades of Twine #C49057

Tints of Twine #C49057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

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

R = 45.9%
G = 33.72%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49057 (or 0xC49057) is known color: Twine. HEX triplet: C4, 90 and 57. RGB value is (196,144,87). Sum of RGB (Red+Green+Blue) = 196+144+87=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C49057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49057 is #3B6FA8. Grayscale: #999999. Windows color (decimal): -3895209 or 5738692. OLE color: 5738692.

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

Color convert

RGB 196 144 87 -
CMYK 0 0.27 0.56 0.23
HSL 31.38º 0.48% 0.55% -
HSV(B) 31.38º 0.56% 0.77% -
XYZ 34.46 32.37 13.45 -
YUV 153.05 90.73 158.63 -
System Red Green Blue C M Y K H S L
Decimal 196 144 87 0 0.27 0.56 0.23 31.38 0.48 0.55
Hex C4 90 57 0 1B 38 17 1F 30 37
Octal 304 220 127 0 33 70 27 37 60 67
Binary 11000100 10010000 1010111 0 11011 111000 10111 11111 110000 110111

Color Harmonies of #C49057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49057

Black with #C49057

Text Example


Text Example

White with #C49057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49057; }

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

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

background-color css

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

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

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

border-color css

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

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

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