Html Css Color HEX #C1944E Tussock

📋 copy color: '#C1944E'

red 193 ◦ green 148 ◦ blue 78

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

Shades of Tussock #C1944E

Tints of Tussock #C1944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 46.06%
G = 35.32%
B = 18.62%

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

#C1944E (or 0xC1944E) is known color: Tussock. HEX triplet: C1, 94 and 4E. RGB value is (193,148,78). Sum of RGB (Red+Green+Blue) = 193+148+78=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1944E is #3E6BB1. Grayscale: #999999. Windows color (decimal): -4090802 or 5149889. OLE color: 5149889.

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

Color convert

RGB 193 148 78 -
CMYK 0 0.23 0.60 0.24
HSL 36.52º 0.48% 0.53% -
HSV(B) 36.52º 0.6% 0.76% -
XYZ 33.96 33.07 11.8 -
YUV 153.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 193 148 78 0 0.23 0.60 0.24 36.52 0.48 0.53
Hex C1 94 4E 0 17 3C 18 25 30 35
Octal 301 224 116 0 27 74 30 45 60 65
Binary 11000001 10010100 1001110 0 10111 111100 11000 100101 110000 110101

Color Harmonies of #C1944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1944E

Black with #C1944E

Text Example


Text Example

White with #C1944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1944E; }

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

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

background-color css

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

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

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

border-color css

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

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

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