Html Css Color HEX #C19250 Tussock

📋 copy color: '#C19250'

red 193 ◦ green 146 ◦ blue 80

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

Shades of Tussock #C19250

Tints of Tussock #C19250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

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

R = 46.06%
G = 34.84%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C19250 (or 0xC19250) is known color: Tussock. HEX triplet: C1, 92 and 50. RGB value is (193,146,80). Sum of RGB (Red+Green+Blue) = 193+146+80=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C19250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19250 is #3E6DAF. Grayscale: #989898. Windows color (decimal): -4091312 or 5280449. OLE color: 5280449.

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

Color convert

RGB 193 146 80 -
CMYK 0 0.24 0.59 0.24
HSL 35.04º 0.48% 0.54% -
HSV(B) 35.04º 0.59% 0.76% -
XYZ 33.72 32.47 12.08 -
YUV 152.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 193 146 80 0 0.24 0.59 0.24 35.04 0.48 0.54
Hex C1 92 50 0 18 3B 18 23 30 36
Octal 301 222 120 0 30 73 30 43 60 66
Binary 11000001 10010010 1010000 0 11000 111011 11000 100011 110000 110110

Color Harmonies of #C19250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19250

Black with #C19250

Text Example


Text Example

White with #C19250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19250; }

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

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

background-color css

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

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

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

border-color css

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

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

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