Html Css Color HEX #C1974E Tussock

📋 copy color: '#C1974E'

red 193 ◦ green 151 ◦ blue 78

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

Shades of Tussock #C1974E

Tints of Tussock #C1974E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.48%

R = 45.73%
G = 35.78%
B = 18.48%

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

#C1974E (or 0xC1974E) is known color: Tussock. HEX triplet: C1, 97 and 4E. RGB value is (193,151,78). Sum of RGB (Red+Green+Blue) = 193+151+78=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1974E is #3E68B1. Grayscale: #9B9B9B. Windows color (decimal): -4090034 or 5150657. OLE color: 5150657.

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

Color convert

RGB 193 151 78 -
CMYK 0 0.22 0.60 0.24
HSL 38.09º 0.48% 0.53% -
HSV(B) 38.09º 0.6% 0.76% -
XYZ 34.43 34.02 11.96 -
YUV 155.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 193 151 78 0 0.22 0.60 0.24 38.09 0.48 0.53
Hex C1 97 4E 0 16 3C 18 26 30 35
Octal 301 227 116 0 26 74 30 46 60 65
Binary 11000001 10010111 1001110 0 10110 111100 11000 100110 110000 110101

Color Harmonies of #C1974E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1974E

Black with #C1974E

Text Example


Text Example

White with #C1974E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1974E; }

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

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

background-color css

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

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

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

border-color css

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

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

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