Html Css Color HEX #C1954C Tussock

📋 copy color: '#C1954C'

red 193 ◦ green 149 ◦ blue 76

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

Shades of Tussock #C1954C

Tints of Tussock #C1954C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 46.17%
G = 35.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1954C (or 0xC1954C) is known color: Tussock. HEX triplet: C1, 95 and 4C. RGB value is (193,149,76). Sum of RGB (Red+Green+Blue) = 193+149+76=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C1954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1954C is #3E6AB3. Grayscale: #9A9A9A. Windows color (decimal): -4090548 or 5019073. OLE color: 5019073.

HSL color Cylindrical-coordinate representation of color #C1954C: hue angle of 37.44º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1954C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 149 76 -
CMYK 0 0.23 0.61 0.24
HSL 37.44º 0.49% 0.53% -
HSV(B) 37.44º 0.61% 0.76% -
XYZ 34.04 33.35 11.48 -
YUV 153.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 193 149 76 0 0.23 0.61 0.24 37.44 0.49 0.53
Hex C1 95 4C 0 17 3D 18 25 31 35
Octal 301 225 114 0 27 75 30 45 61 65
Binary 11000001 10010101 1001100 0 10111 111101 11000 100101 110001 110101

Color Harmonies of #C1954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1954C

Black with #C1954C

Text Example


Text Example

White with #C1954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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