Html Css Color HEX #C49158 Twine

📋 copy color: '#C49158'

red 196 ◦ green 145 ◦ blue 88

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

Shades of Twine #C49158

Tints of Twine #C49158

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.8%

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

R = 45.69%
G = 33.8%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C49158 (or 0xC49158) is known color: Twine. HEX triplet: C4, 91 and 58. RGB value is (196,145,88). Sum of RGB (Red+Green+Blue) = 196+145+88=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49158 is #3B6EA7. Grayscale: #9A9A9A. Windows color (decimal): -3894952 or 5804484. OLE color: 5804484.

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

Color convert

RGB 196 145 88 -
CMYK 0 0.26 0.55 0.23
HSL 31.67º 0.48% 0.56% -
HSV(B) 31.67º 0.55% 0.77% -
XYZ 34.65 32.69 13.72 -
YUV 153.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 196 145 88 0 0.26 0.55 0.23 31.67 0.48 0.56
Hex C4 91 58 0 1A 37 17 20 30 38
Octal 304 221 130 0 32 67 27 40 60 70
Binary 11000100 10010001 1011000 0 11010 110111 10111 100000 110000 111000

Color Harmonies of #C49158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49158

Black with #C49158

Text Example


Text Example

White with #C49158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49158; }

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

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

background-color css

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

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

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

border-color css

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

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

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