Html Css Color HEX #C19446 Tussock

📋 copy color: '#C19446'

red 193 ◦ green 148 ◦ blue 70

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

Shades of Tussock #C19446

Tints of Tussock #C19446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 70 (27.73% from 255) = 17.03%

R = 46.96%
G = 36.01%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C19446 (or 0xC19446) is known color: Tussock. HEX triplet: C1, 94 and 46. RGB value is (193,148,70). Sum of RGB (Red+Green+Blue) = 193+148+70=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C19446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19446 is #3E6BB9. Grayscale: #989898. Windows color (decimal): -4090810 or 4625601. OLE color: 4625601.

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

Color convert

RGB 193 148 70 -
CMYK 0 0.23 0.64 0.24
HSL 38.05º 0.5% 0.52% -
HSV(B) 38.05º 0.64% 0.76% -
XYZ 33.69 32.96 10.38 -
YUV 152.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 193 148 70 0 0.23 0.64 0.24 38.05 0.5 0.52
Hex C1 94 46 0 17 40 18 26 32 34
Octal 301 224 106 0 27 100 30 46 62 64
Binary 11000001 10010100 1000110 0 10111 1000000 11000 100110 110010 110100

Color Harmonies of #C19446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19446

Black with #C19446

Text Example


Text Example

White with #C19446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19446; }

 p { color: rgb(193,148,70); }

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

background-color css

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

 a { background-color: rgb(193,148,70); }

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

border-color css

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

 span { border-color: rgb(193,148,70); }

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