Html Css Color HEX #C1974A Tussock

📋 copy color: '#C1974A'

red 193 ◦ green 151 ◦ blue 74

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

Shades of Tussock #C1974A

Tints of Tussock #C1974A

RGB

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

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

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

R = 46.17%
G = 36.12%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1974A (or 0xC1974A) is known color: Tussock. HEX triplet: C1, 97 and 4A. RGB value is (193,151,74). Sum of RGB (Red+Green+Blue) = 193+151+74=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1974A is #3E68B5. Grayscale: #9B9B9B. Windows color (decimal): -4090038 or 4888513. OLE color: 4888513.

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

Color convert

RGB 193 151 74 -
CMYK 0 0.22 0.62 0.24
HSL 38.82º 0.49% 0.52% -
HSV(B) 38.82º 0.62% 0.76% -
XYZ 34.29 33.97 11.23 -
YUV 154.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 193 151 74 0 0.22 0.62 0.24 38.82 0.49 0.52
Hex C1 97 4A 0 16 3E 18 27 31 34
Octal 301 227 112 0 26 76 30 47 61 64
Binary 11000001 10010111 1001010 0 10110 111110 11000 100111 110001 110100

Color Harmonies of #C1974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1974A

Black with #C1974A

Text Example


Text Example

White with #C1974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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