Html Css Color HEX #C19244 Tussock

📋 copy color: '#C19244'

red 193 ◦ green 146 ◦ blue 68

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

Shades of Tussock #C19244

Tints of Tussock #C19244

RGB

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

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

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

R = 47.42%
G = 35.87%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C19244 (or 0xC19244) is known color: Tussock. HEX triplet: C1, 92 and 44. RGB value is (193,146,68). Sum of RGB (Red+Green+Blue) = 193+146+68=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19244 is #3E6DBB. Grayscale: #979797. Windows color (decimal): -4091324 or 4494017. OLE color: 4494017.

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

Color convert

RGB 193 146 68 -
CMYK 0 0.24 0.65 0.24
HSL 37.44º 0.5% 0.51% -
HSV(B) 37.44º 0.65% 0.76% -
XYZ 33.31 32.31 9.95 -
YUV 151.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 193 146 68 0 0.24 0.65 0.24 37.44 0.5 0.51
Hex C1 92 44 0 18 41 18 25 32 33
Octal 301 222 104 0 30 101 30 45 62 63
Binary 11000001 10010010 1000100 0 11000 1000001 11000 100101 110010 110011

Color Harmonies of #C19244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19244

Black with #C19244

Text Example


Text Example

White with #C19244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19244; }

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

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

background-color css

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

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

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

border-color css

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

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

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