Html Css Color HEX #C19046 Tussock

📋 copy color: '#C19046'

red 193 ◦ green 144 ◦ blue 70

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

Shades of Tussock #C19046

Tints of Tussock #C19046

RGB

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

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

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

R = 47.42%
G = 35.38%
B = 17.2%

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

#C19046 (or 0xC19046) is known color: Tussock. HEX triplet: C1, 90 and 46. RGB value is (193,144,70). Sum of RGB (Red+Green+Blue) = 193+144+70=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C19046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19046 is #3E6FB9. Grayscale: #969696. Windows color (decimal): -4091834 or 4624577. OLE color: 4624577.

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

Color convert

RGB 193 144 70 -
CMYK 0 0.25 0.64 0.24
HSL 36.1º 0.5% 0.52% -
HSV(B) 36.1º 0.64% 0.76% -
XYZ 33.07 31.73 10.18 -
YUV 150.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 193 144 70 0 0.25 0.64 0.24 36.1 0.5 0.52
Hex C1 90 46 0 19 40 18 24 32 34
Octal 301 220 106 0 31 100 30 44 62 64
Binary 11000001 10010000 1000110 0 11001 1000000 11000 100100 110010 110100

Color Harmonies of #C19046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19046

Black with #C19046

Text Example


Text Example

White with #C19046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19046; }

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

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

background-color css

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

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

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

border-color css

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

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

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