Html Css Color HEX #C1904D Tussock

📋 copy color: '#C1904D'

red 193 ◦ green 144 ◦ blue 77

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

Shades of Tussock #C1904D

Tints of Tussock #C1904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 46.62%
G = 34.78%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1904D (or 0xC1904D) is known color: Tussock. HEX triplet: C1, 90 and 4D. RGB value is (193,144,77). Sum of RGB (Red+Green+Blue) = 193+144+77=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1904D is #3E6FB2. Grayscale: #979797. Windows color (decimal): -4091827 or 5083329. OLE color: 5083329.

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

Color convert

RGB 193 144 77 -
CMYK 0 0.25 0.60 0.24
HSL 34.66º 0.48% 0.53% -
HSV(B) 34.66º 0.6% 0.76% -
XYZ 33.31 31.82 11.41 -
YUV 151.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 193 144 77 0 0.25 0.60 0.24 34.66 0.48 0.53
Hex C1 90 4D 0 19 3C 18 23 30 35
Octal 301 220 115 0 31 74 30 43 60 65
Binary 11000001 10010000 1001101 0 11001 111100 11000 100011 110000 110101

Color Harmonies of #C1904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1904D

Black with #C1904D

Text Example


Text Example

White with #C1904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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