Html Css Color HEX #C19145 Tussock

📋 copy color: '#C19145'

red 193 ◦ green 145 ◦ blue 69

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

Shades of Tussock #C19145

Tints of Tussock #C19145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.95%

R = 47.42%
G = 35.63%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C19145 (or 0xC19145) is known color: Tussock. HEX triplet: C1, 91 and 45. RGB value is (193,145,69). Sum of RGB (Red+Green+Blue) = 193+145+69=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19145 is #3E6EBA. Grayscale: #979797. Windows color (decimal): -4091579 or 4559297. OLE color: 4559297.

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

Color convert

RGB 193 145 69 -
CMYK 0 0.25 0.64 0.24
HSL 36.77º 0.5% 0.51% -
HSV(B) 36.77º 0.64% 0.76% -
XYZ 33.19 32.02 10.06 -
YUV 150.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 193 145 69 0 0.25 0.64 0.24 36.77 0.5 0.51
Hex C1 91 45 0 19 40 18 25 32 33
Octal 301 221 105 0 31 100 30 45 62 63
Binary 11000001 10010001 1000101 0 11001 1000000 11000 100101 110010 110011

Color Harmonies of #C19145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19145

Black with #C19145

Text Example


Text Example

White with #C19145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19145; }

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

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

background-color css

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

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

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

border-color css

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

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

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