Html Css Color HEX #C49D57 Twine

📋 copy color: '#C49D57'

red 196 ◦ green 157 ◦ blue 87

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

Shades of Twine #C49D57

Tints of Twine #C49D57

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.68%

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

R = 44.55%
G = 35.68%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C49D57 (or 0xC49D57) is known color: Twine. HEX triplet: C4, 9D and 57. RGB value is (196,157,87). Sum of RGB (Red+Green+Blue) = 196+157+87=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D57 is #3B62A8. Grayscale: #A1A1A1. Windows color (decimal): -3891881 or 5742020. OLE color: 5742020.

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

Color convert

RGB 196 157 87 -
CMYK 0 0.20 0.56 0.23
HSL 38.53º 0.48% 0.55% -
HSV(B) 38.53º 0.56% 0.77% -
XYZ 36.54 36.54 14.14 -
YUV 160.68 86.42 153.19 -
System Red Green Blue C M Y K H S L
Decimal 196 157 87 0 0.20 0.56 0.23 38.53 0.48 0.55
Hex C4 9D 57 0 14 38 17 27 30 37
Octal 304 235 127 0 24 70 27 47 60 67
Binary 11000100 10011101 1010111 0 10100 111000 10111 100111 110000 110111

Color Harmonies of #C49D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D57

Black with #C49D57

Text Example


Text Example

White with #C49D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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