Html Css Color HEX #C1954E Tussock

📋 copy color: '#C1954E'

red 193 ◦ green 149 ◦ blue 78

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

Shades of Tussock #C1954E

Tints of Tussock #C1954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

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

R = 45.95%
G = 35.48%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1954E (or 0xC1954E) is known color: Tussock. HEX triplet: C1, 95 and 4E. RGB value is (193,149,78). Sum of RGB (Red+Green+Blue) = 193+149+78=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1954E is #3E6AB1. Grayscale: #9A9A9A. Windows color (decimal): -4090546 or 5150145. OLE color: 5150145.

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

Color convert

RGB 193 149 78 -
CMYK 0 0.23 0.60 0.24
HSL 37.04º 0.48% 0.53% -
HSV(B) 37.04º 0.6% 0.76% -
XYZ 34.11 33.38 11.85 -
YUV 154.06 85.08 155.77 -
System Red Green Blue C M Y K H S L
Decimal 193 149 78 0 0.23 0.60 0.24 37.04 0.48 0.53
Hex C1 95 4E 0 17 3C 18 25 30 35
Octal 301 225 116 0 27 74 30 45 60 65
Binary 11000001 10010101 1001110 0 10111 111100 11000 100101 110000 110101

Color Harmonies of #C1954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1954E

Black with #C1954E

Text Example


Text Example

White with #C1954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1954E; }

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

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

background-color css

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

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

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

border-color css

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

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

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