Html Css Color HEX #C49B58 Twine

📋 copy color: '#C49B58'

red 196 ◦ green 155 ◦ blue 88

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

Shades of Twine #C49B58

Tints of Twine #C49B58

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

 BLUE value IS 88 (34.77% from 255) = 20.05%

R = 44.65%
G = 35.31%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49B58 (or 0xC49B58) is known color: Twine. HEX triplet: C4, 9B and 58. RGB value is (196,155,88). Sum of RGB (Red+Green+Blue) = 196+155+88=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B58 is #3B64A7. Grayscale: #9F9F9F. Windows color (decimal): -3892392 or 5807044. OLE color: 5807044.

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

Color convert

RGB 196 155 88 -
CMYK 0 0.21 0.55 0.23
HSL 37.22º 0.48% 0.56% -
HSV(B) 37.22º 0.55% 0.77% -
XYZ 36.25 35.88 14.25 -
YUV 159.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 196 155 88 0 0.21 0.55 0.23 37.22 0.48 0.56
Hex C4 9B 58 0 15 37 17 25 30 38
Octal 304 233 130 0 25 67 27 45 60 70
Binary 11000100 10011011 1011000 0 10101 110111 10111 100101 110000 111000

Color Harmonies of #C49B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B58

Black with #C49B58

Text Example


Text Example

White with #C49B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B58; }

 p { color: rgb(196,155,88); }

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

background-color css

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

 a { background-color: rgb(196,155,88); }

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

border-color css

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

 span { border-color: rgb(196,155,88); }

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