Html Css Color HEX #C19246 Tussock

📋 copy color: '#C19246'

red 193 ◦ green 146 ◦ blue 70

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

Shades of Tussock #C19246

Tints of Tussock #C19246

RGB

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

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

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

R = 47.19%
G = 35.7%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C19246 (or 0xC19246) is known color: Tussock. HEX triplet: C1, 92 and 46. RGB value is (193,146,70). Sum of RGB (Red+Green+Blue) = 193+146+70=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19246 is #3E6DB9. Grayscale: #979797. Windows color (decimal): -4091322 or 4625089. OLE color: 4625089.

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

Color convert

RGB 193 146 70 -
CMYK 0 0.24 0.64 0.24
HSL 37.07º 0.5% 0.52% -
HSV(B) 37.07º 0.64% 0.76% -
XYZ 33.38 32.34 10.28 -
YUV 151.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 193 146 70 0 0.24 0.64 0.24 37.07 0.5 0.52
Hex C1 92 46 0 18 40 18 25 32 34
Octal 301 222 106 0 30 100 30 45 62 64
Binary 11000001 10010010 1000110 0 11000 1000000 11000 100101 110010 110100

Color Harmonies of #C19246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19246

Black with #C19246

Text Example


Text Example

White with #C19246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19246; }

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

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

background-color css

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

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

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

border-color css

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

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

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