Html Css Color HEX #C49758 Twine

📋 copy color: '#C49758'

red 196 ◦ green 151 ◦ blue 88

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

Shades of Twine #C49758

Tints of Twine #C49758

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

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

R = 45.06%
G = 34.71%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49758 (or 0xC49758) is known color: Twine. HEX triplet: C4, 97 and 58. RGB value is (196,151,88). Sum of RGB (Red+Green+Blue) = 196+151+88=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C49758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49758 is #3B68A7. Grayscale: #9D9D9D. Windows color (decimal): -3893416 or 5806020. OLE color: 5806020.

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

Color convert

RGB 196 151 88 -
CMYK 0 0.23 0.55 0.23
HSL 35º 0.48% 0.56% -
HSV(B) 35º 0.55% 0.77% -
XYZ 35.59 34.57 14.03 -
YUV 157.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 196 151 88 0 0.23 0.55 0.23 35 0.48 0.56
Hex C4 97 58 0 17 37 17 23 30 38
Octal 304 227 130 0 27 67 27 43 60 70
Binary 11000100 10010111 1011000 0 10111 110111 10111 100011 110000 111000

Color Harmonies of #C49758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49758

Black with #C49758

Text Example


Text Example

White with #C49758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49758; }

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

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

background-color css

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

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

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

border-color css

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

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

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