Html Css Color HEX #C7984A Tussock

📋 copy color: '#C7984A'

red 199 ◦ green 152 ◦ blue 74

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

Shades of Tussock #C7984A

Tints of Tussock #C7984A

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

 GREEN value IS 152 (59.77% from 255) = 35.76%

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

R = 46.82%
G = 35.76%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7984A (or 0xC7984A) is known color: Tussock. HEX triplet: C7, 98 and 4A. RGB value is (199,152,74). Sum of RGB (Red+Green+Blue) = 199+152+74=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7984A is #3867B5. Grayscale: #9D9D9D. Windows color (decimal): -3696566 or 4888775. OLE color: 4888775.

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

Color convert

RGB 199 152 74 -
CMYK 0 0.24 0.63 0.22
HSL 37.44º 0.53% 0.54% -
HSV(B) 37.44º 0.63% 0.78% -
XYZ 36.02 35.09 11.35 -
YUV 157.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 199 152 74 0 0.24 0.63 0.22 37.44 0.53 0.54
Hex C7 98 4A 0 18 3F 16 25 35 36
Octal 307 230 112 0 30 77 26 45 65 66
Binary 11000111 10011000 1001010 0 11000 111111 10110 100101 110101 110110

Color Harmonies of #C7984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7984A

Black with #C7984A

Text Example


Text Example

White with #C7984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7984A; }

 p { color: rgb(199,152,74); }

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

background-color css

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

 a { background-color: rgb(199,152,74); }

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

border-color css

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

 span { border-color: rgb(199,152,74); }

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