Html Css Color HEX #C1974D Tussock

📋 copy color: '#C1974D'

red 193 ◦ green 151 ◦ blue 77

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

Shades of Tussock #C1974D

Tints of Tussock #C1974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

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

R = 45.84%
G = 35.87%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1974D (or 0xC1974D) is known color: Tussock. HEX triplet: C1, 97 and 4D. RGB value is (193,151,77). Sum of RGB (Red+Green+Blue) = 193+151+77=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1974D is #3E68B2. Grayscale: #9B9B9B. Windows color (decimal): -4090035 or 5085121. OLE color: 5085121.

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

Color convert

RGB 193 151 77 -
CMYK 0 0.22 0.60 0.24
HSL 38.28º 0.48% 0.53% -
HSV(B) 38.28º 0.6% 0.76% -
XYZ 34.4 34.01 11.77 -
YUV 155.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 193 151 77 0 0.22 0.60 0.24 38.28 0.48 0.53
Hex C1 97 4D 0 16 3C 18 26 30 35
Octal 301 227 115 0 26 74 30 46 60 65
Binary 11000001 10010111 1001101 0 10110 111100 11000 100110 110000 110101

Color Harmonies of #C1974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1974D

Black with #C1974D

Text Example


Text Example

White with #C1974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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