Html Css Color HEX #C19150 Tussock

📋 copy color: '#C19150'

red 193 ◦ green 145 ◦ blue 80

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

Shades of Tussock #C19150

Tints of Tussock #C19150

RGB

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

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

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

R = 46.17%
G = 34.69%
B = 19.14%

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

#C19150 (or 0xC19150) is known color: Tussock. HEX triplet: C1, 91 and 50. RGB value is (193,145,80). Sum of RGB (Red+Green+Blue) = 193+145+80=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C19150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19150 is #3E6EAF. Grayscale: #989898. Windows color (decimal): -4091568 or 5280193. OLE color: 5280193.

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

Color convert

RGB 193 145 80 -
CMYK 0 0.25 0.59 0.24
HSL 34.51º 0.48% 0.54% -
HSV(B) 34.51º 0.59% 0.76% -
XYZ 33.57 32.17 12.03 -
YUV 151.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 193 145 80 0 0.25 0.59 0.24 34.51 0.48 0.54
Hex C1 91 50 0 19 3B 18 23 30 36
Octal 301 221 120 0 31 73 30 43 60 66
Binary 11000001 10010001 1010000 0 11001 111011 11000 100011 110000 110110

Color Harmonies of #C19150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19150

Black with #C19150

Text Example


Text Example

White with #C19150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19150; }

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

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

background-color css

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

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

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

border-color css

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

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

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