Html Css Color HEX #C0994E Tussock

📋 copy color: '#C0994E'

red 192 ◦ green 153 ◦ blue 78

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

Shades of Tussock #C0994E

Tints of Tussock #C0994E

RGB

 RED value IS 192 (75.39% from 255) = 45.39%

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

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

R = 45.39%
G = 36.17%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0994E (or 0xC0994E) is known color: Tussock. HEX triplet: C0, 99 and 4E. RGB value is (192,153,78). Sum of RGB (Red+Green+Blue) = 192+153+78=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0994E is #3F66B1. Grayscale: #9C9C9C. Windows color (decimal): -4155058 or 5151168. OLE color: 5151168.

HSL color Cylindrical-coordinate representation of color #C0994E: hue angle of 39.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0994E is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 78 -
CMYK 0 0.20 0.59 0.25
HSL 39.47º 0.48% 0.53% -
HSV(B) 39.47º 0.59% 0.75% -
XYZ 34.5 34.54 12.06 -
YUV 156.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 192 153 78 0 0.20 0.59 0.25 39.47 0.48 0.53
Hex C0 99 4E 0 14 3B 19 27 30 35
Octal 300 231 116 0 24 73 31 47 60 65
Binary 11000000 10011001 1001110 0 10100 111011 11001 100111 110000 110101

Color Harmonies of #C0994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0994E

Black with #C0994E

Text Example


Text Example

White with #C0994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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