Html Css Color HEX #C19650 Tussock

📋 copy color: '#C19650'

red 193 ◦ green 150 ◦ blue 80

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

Shades of Tussock #C19650

Tints of Tussock #C19650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 45.63%
G = 35.46%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C19650 (or 0xC19650) is known color: Tussock. HEX triplet: C1, 96 and 50. RGB value is (193,150,80). Sum of RGB (Red+Green+Blue) = 193+150+80=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C19650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19650 is #3E69AF. Grayscale: #9B9B9B. Windows color (decimal): -4090288 or 5281473. OLE color: 5281473.

HSL color Cylindrical-coordinate representation of color #C19650: hue angle of 37.17º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C19650 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 80 -
CMYK 0 0.22 0.59 0.24
HSL 37.17º 0.48% 0.54% -
HSV(B) 37.17º 0.59% 0.76% -
XYZ 34.35 33.73 12.29 -
YUV 154.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 193 150 80 0 0.22 0.59 0.24 37.17 0.48 0.54
Hex C1 96 50 0 16 3B 18 25 30 36
Octal 301 226 120 0 26 73 30 45 60 66
Binary 11000001 10010110 1010000 0 10110 111011 11000 100101 110000 110110

Color Harmonies of #C19650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19650

Black with #C19650

Text Example


Text Example

White with #C19650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19650; }

 p { color: rgb(193,150,80); }

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

background-color css

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

 a { background-color: rgb(193,150,80); }

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

border-color css

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

 span { border-color: rgb(193,150,80); }

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