Html Css Color HEX #C19A52 Tussock

📋 copy color: '#C19A52'

red 193 ◦ green 154 ◦ blue 82

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

Shades of Tussock #C19A52

Tints of Tussock #C19A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 44.99%
G = 35.9%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C19A52 (or 0xC19A52) is known color: Tussock. HEX triplet: C1, 9A and 52. RGB value is (193,154,82). Sum of RGB (Red+Green+Blue) = 193+154+82=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A52 is #3E65AD. Grayscale: #9D9D9D. Windows color (decimal): -4089262 or 5413569. OLE color: 5413569.

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

Color convert

RGB 193 154 82 -
CMYK 0 0.20 0.58 0.24
HSL 38.92º 0.47% 0.54% -
HSV(B) 38.92º 0.58% 0.76% -
XYZ 35.07 35.06 12.9 -
YUV 157.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 193 154 82 0 0.20 0.58 0.24 38.92 0.47 0.54
Hex C1 9A 52 0 14 3A 18 27 2F 36
Octal 301 232 122 0 24 72 30 47 57 66
Binary 11000001 10011010 1010010 0 10100 111010 11000 100111 101111 110110

Color Harmonies of #C19A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A52

Black with #C19A52

Text Example


Text Example

White with #C19A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A52; }

 p { color: rgb(193,154,82); }

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

background-color css

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

 a { background-color: rgb(193,154,82); }

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

border-color css

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

 span { border-color: rgb(193,154,82); }

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