Html Css Color HEX #C19044 Tussock

📋 copy color: '#C19044'

red 193 ◦ green 144 ◦ blue 68

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

Shades of Tussock #C19044

Tints of Tussock #C19044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.79%

R = 47.65%
G = 35.56%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C19044 (or 0xC19044) is known color: Tussock. HEX triplet: C1, 90 and 44. RGB value is (193,144,68). Sum of RGB (Red+Green+Blue) = 193+144+68=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C19044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19044 is #3E6FBB. Grayscale: #969696. Windows color (decimal): -4091836 or 4493505. OLE color: 4493505.

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

Color convert

RGB 193 144 68 -
CMYK 0 0.25 0.65 0.24
HSL 36.48º 0.5% 0.51% -
HSV(B) 36.48º 0.65% 0.76% -
XYZ 33.01 31.7 9.85 -
YUV 149.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 193 144 68 0 0.25 0.65 0.24 36.48 0.5 0.51
Hex C1 90 44 0 19 41 18 24 32 33
Octal 301 220 104 0 31 101 30 44 62 63
Binary 11000001 10010000 1000100 0 11001 1000001 11000 100100 110010 110011

Color Harmonies of #C19044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19044

Black with #C19044

Text Example


Text Example

White with #C19044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19044; }

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

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

background-color css

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

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

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

border-color css

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

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

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