Html Css Color HEX #C0994A Tussock

📋 copy color: '#C0994A'

red 192 ◦ green 153 ◦ blue 74

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

Shades of Tussock #C0994A

Tints of Tussock #C0994A

RGB

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

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

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

R = 45.82%
G = 36.52%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0994A (or 0xC0994A) is known color: Tussock. HEX triplet: C0, 99 and 4A. RGB value is (192,153,74). Sum of RGB (Red+Green+Blue) = 192+153+74=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0994A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0994A is #3F66B5. Grayscale: #9C9C9C. Windows color (decimal): -4155062 or 4889024. OLE color: 4889024.

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

Color convert

RGB 192 153 74 -
CMYK 0 0.20 0.61 0.25
HSL 40.17º 0.48% 0.52% -
HSV(B) 40.17º 0.61% 0.75% -
XYZ 34.37 34.48 11.32 -
YUV 155.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 192 153 74 0 0.20 0.61 0.25 40.17 0.48 0.52
Hex C0 99 4A 0 14 3D 19 28 30 34
Octal 300 231 112 0 24 75 31 50 60 64
Binary 11000000 10011001 1001010 0 10100 111101 11001 101000 110000 110100

Color Harmonies of #C0994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0994A

Black with #C0994A

Text Example


Text Example

White with #C0994A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0994A; }

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

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

background-color css

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

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

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

border-color css

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

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

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