Html Css Color HEX #C49A55 Twine

📋 copy color: '#C49A55'

red 196 ◦ green 154 ◦ blue 85

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

Shades of Twine #C49A55

Tints of Twine #C49A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 45.06%
G = 35.4%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49A55 (or 0xC49A55) is known color: Twine. HEX triplet: C4, 9A and 55. RGB value is (196,154,85). Sum of RGB (Red+Green+Blue) = 196+154+85=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A55 is #3B65AA. Grayscale: #9F9F9F. Windows color (decimal): -3892651 or 5610180. OLE color: 5610180.

HSL color Cylindrical-coordinate representation of color #C49A55: hue angle of 37.3º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C49A55 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 154 85 -
CMYK 0 0.21 0.57 0.23
HSL 37.3º 0.48% 0.55% -
HSV(B) 37.3º 0.57% 0.77% -
XYZ 35.96 35.5 13.55 -
YUV 158.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 196 154 85 0 0.21 0.57 0.23 37.3 0.48 0.55
Hex C4 9A 55 0 15 39 17 25 30 37
Octal 304 232 125 0 25 71 27 45 60 67
Binary 11000100 10011010 1010101 0 10101 111001 10111 100101 110000 110111

Color Harmonies of #C49A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A55

Black with #C49A55

Text Example


Text Example

White with #C49A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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