Html Css Color HEX #C19C4D Tussock

📋 copy color: '#C19C4D'

red 193 ◦ green 156 ◦ blue 77

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

Shades of Tussock #C19C4D

Tints of Tussock #C19C4D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.62%

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 45.31%
G = 36.62%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C19C4D (or 0xC19C4D) is known color: Tussock. HEX triplet: C1, 9C and 4D. RGB value is (193,156,77). Sum of RGB (Red+Green+Blue) = 193+156+77=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C4D is #3E63B2. Grayscale: #9E9E9E. Windows color (decimal): -4088755 or 5086401. OLE color: 5086401.

HSL color Cylindrical-coordinate representation of color #C19C4D: hue angle of 40.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C19C4D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 77 -
CMYK 0 0.19 0.60 0.24
HSL 40.86º 0.48% 0.53% -
HSV(B) 40.86º 0.6% 0.76% -
XYZ 35.22 35.65 12.05 -
YUV 158.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 193 156 77 0 0.19 0.60 0.24 40.86 0.48 0.53
Hex C1 9C 4D 0 13 3C 18 29 30 35
Octal 301 234 115 0 23 74 30 51 60 65
Binary 11000001 10011100 1001101 0 10011 111100 11000 101001 110000 110101

Color Harmonies of #C19C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C4D

Black with #C19C4D

Text Example


Text Example

White with #C19C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C4D; }

 p { color: rgb(193,156,77); }

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

background-color css

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

 a { background-color: rgb(193,156,77); }

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

border-color css

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

 span { border-color: rgb(193,156,77); }

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