Html Css Color HEX #C49A57 Twine

📋 copy color: '#C49A57'

red 196 ◦ green 154 ◦ blue 87

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

Shades of Twine #C49A57

Tints of Twine #C49A57

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.24%

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

R = 44.85%
G = 35.24%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49A57 (or 0xC49A57) is known color: Twine. HEX triplet: C4, 9A and 57. RGB value is (196,154,87). Sum of RGB (Red+Green+Blue) = 196+154+87=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 87 (34.38% from 255 or 19.91% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A57 is #3B65A8. Grayscale: #9F9F9F. Windows color (decimal): -3892649 or 5741252. OLE color: 5741252.

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

Color convert

RGB 196 154 87 -
CMYK 0 0.21 0.56 0.23
HSL 36.88º 0.48% 0.55% -
HSV(B) 36.88º 0.56% 0.77% -
XYZ 36.04 35.54 13.98 -
YUV 158.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 196 154 87 0 0.21 0.56 0.23 36.88 0.48 0.55
Hex C4 9A 57 0 15 38 17 25 30 37
Octal 304 232 127 0 25 70 27 45 60 67
Binary 11000100 10011010 1010111 0 10101 111000 10111 100101 110000 110111

Color Harmonies of #C49A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A57

Black with #C49A57

Text Example


Text Example

White with #C49A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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