Html Css Color HEX #C19C49 Tussock

📋 copy color: '#C19C49'

red 193 ◦ green 156 ◦ blue 73

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

Shades of Tussock #C19C49

Tints of Tussock #C19C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 45.73%
G = 36.97%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C19C49 (or 0xC19C49) is known color: Tussock. HEX triplet: C1, 9C and 49. RGB value is (193,156,73). Sum of RGB (Red+Green+Blue) = 193+156+73=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C49 is #3E63B6. Grayscale: #9D9D9D. Windows color (decimal): -4088759 or 4824257. OLE color: 4824257.

HSL color Cylindrical-coordinate representation of color #C19C49: hue angle of 41.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C19C49 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 73 -
CMYK 0 0.19 0.62 0.24
HSL 41.5º 0.49% 0.52% -
HSV(B) 41.5º 0.62% 0.76% -
XYZ 35.08 35.6 11.32 -
YUV 157.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 193 156 73 0 0.19 0.62 0.24 41.5 0.49 0.52
Hex C1 9C 49 0 13 3E 18 2A 31 34
Octal 301 234 111 0 23 76 30 52 61 64
Binary 11000001 10011100 1001001 0 10011 111110 11000 101010 110001 110100

Color Harmonies of #C19C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C49

Black with #C19C49

Text Example


Text Example

White with #C19C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C49; }

 p { color: rgb(193,156,73); }

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

background-color css

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

 a { background-color: rgb(193,156,73); }

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

border-color css

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

 span { border-color: rgb(193,156,73); }

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