Html Css Color HEX #C1944A Tussock

📋 copy color: '#C1944A'

red 193 ◦ green 148 ◦ blue 74

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

Shades of Tussock #C1944A

Tints of Tussock #C1944A

RGB

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

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

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

R = 46.51%
G = 35.66%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1944A (or 0xC1944A) is known color: Tussock. HEX triplet: C1, 94 and 4A. RGB value is (193,148,74). Sum of RGB (Red+Green+Blue) = 193+148+74=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1944A is #3E6BB5. Grayscale: #999999. Windows color (decimal): -4090806 or 4887745. OLE color: 4887745.

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

Color convert

RGB 193 148 74 -
CMYK 0 0.23 0.62 0.24
HSL 37.31º 0.49% 0.52% -
HSV(B) 37.31º 0.62% 0.76% -
XYZ 33.82 33.01 11.07 -
YUV 153.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 193 148 74 0 0.23 0.62 0.24 37.31 0.49 0.52
Hex C1 94 4A 0 17 3E 18 25 31 34
Octal 301 224 112 0 27 76 30 45 61 64
Binary 11000001 10010100 1001010 0 10111 111110 11000 100101 110001 110100

Color Harmonies of #C1944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1944A

Black with #C1944A

Text Example


Text Example

White with #C1944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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