Html Css Color HEX #C19050 Twine

📋 copy color: '#C19050'

red 193 ◦ green 144 ◦ blue 80

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

Shades of Twine #C19050

Tints of Twine #C19050

RGB

 RED value IS 193 (75.78% from 255) = 46.28%

 GREEN value IS 144 (56.64% from 255) = 34.53%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 46.28%
G = 34.53%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C19050 (or 0xC19050) is known color: Twine. HEX triplet: C1, 90 and 50. RGB value is (193,144,80). Sum of RGB (Red+Green+Blue) = 193+144+80=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C19050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19050 is #3E6FAF. Grayscale: #979797. Windows color (decimal): -4091824 or 5279937. OLE color: 5279937.

HSL color Cylindrical-coordinate representation of color #C19050: hue angle of 33.98º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C19050 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 144 80 -
CMYK 0 0.25 0.59 0.24
HSL 33.98º 0.48% 0.54% -
HSV(B) 33.98º 0.59% 0.76% -
XYZ 33.41 31.86 11.98 -
YUV 151.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 193 144 80 0 0.25 0.59 0.24 33.98 0.48 0.54
Hex C1 90 50 0 19 3B 18 22 30 36
Octal 301 220 120 0 31 73 30 42 60 66
Binary 11000001 10010000 1010000 0 11001 111011 11000 100010 110000 110110

Color Harmonies of #C19050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19050

Black with #C19050

Text Example


Text Example

White with #C19050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19050; }

 p { color: rgb(193,144,80); }

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

background-color css

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

 a { background-color: rgb(193,144,80); }

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

border-color css

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

 span { border-color: rgb(193,144,80); }

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