Html Css Color HEX #C1994E Tussock

📋 copy color: '#C1994E'

red 193 ◦ green 153 ◦ blue 78

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

Shades of Tussock #C1994E

Tints of Tussock #C1994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.08%

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

R = 45.52%
G = 36.08%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1994E (or 0xC1994E) is known color: Tussock. HEX triplet: C1, 99 and 4E. RGB value is (193,153,78). Sum of RGB (Red+Green+Blue) = 193+153+78=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1994E is #3E66B1. Grayscale: #9C9C9C. Windows color (decimal): -4089522 or 5151169. OLE color: 5151169.

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

Color convert

RGB 193 153 78 -
CMYK 0 0.21 0.60 0.24
HSL 39.13º 0.48% 0.53% -
HSV(B) 39.13º 0.6% 0.76% -
XYZ 34.76 34.67 12.07 -
YUV 156.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 193 153 78 0 0.21 0.60 0.24 39.13 0.48 0.53
Hex C1 99 4E 0 15 3C 18 27 30 35
Octal 301 231 116 0 25 74 30 47 60 65
Binary 11000001 10011001 1001110 0 10101 111100 11000 100111 110000 110101

Color Harmonies of #C1994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1994E

Black with #C1994E

Text Example


Text Example

White with #C1994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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