Html Css Color HEX #C19D4A Tussock

📋 copy color: '#C19D4A'

red 193 ◦ green 157 ◦ blue 74

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

Shades of Tussock #C19D4A

Tints of Tussock #C19D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 74 (29.3% from 255) = 17.45%

R = 45.52%
G = 37.03%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C19D4A (or 0xC19D4A) is known color: Tussock. HEX triplet: C1, 9D and 4A. RGB value is (193,157,74). Sum of RGB (Red+Green+Blue) = 193+157+74=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19D4A is #3E62B5. Grayscale: #9E9E9E. Windows color (decimal): -4088502 or 4890049. OLE color: 4890049.

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

Color convert

RGB 193 157 74 -
CMYK 0 0.19 0.62 0.24
HSL 41.85º 0.49% 0.52% -
HSV(B) 41.85º 0.62% 0.76% -
XYZ 35.29 35.95 11.56 -
YUV 158.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 193 157 74 0 0.19 0.62 0.24 41.85 0.49 0.52
Hex C1 9D 4A 0 13 3E 18 2A 31 34
Octal 301 235 112 0 23 76 30 52 61 64
Binary 11000001 10011101 1001010 0 10011 111110 11000 101010 110001 110100

Color Harmonies of #C19D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19D4A

Black with #C19D4A

Text Example


Text Example

White with #C19D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19D4A; }

 p { color: rgb(193,157,74); }

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

background-color css

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

 a { background-color: rgb(193,157,74); }

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

border-color css

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

 span { border-color: rgb(193,157,74); }

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