Html Css Color HEX #C7904A Tussock

📋 copy color: '#C7904A'

red 199 ◦ green 144 ◦ blue 74

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

Shades of Tussock #C7904A

Tints of Tussock #C7904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 47.72%
G = 34.53%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7904A (or 0xC7904A) is known color: Tussock. HEX triplet: C7, 90 and 4A. RGB value is (199,144,74). Sum of RGB (Red+Green+Blue) = 199+144+74=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C7904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7904A is #386FB5. Grayscale: #989898. Windows color (decimal): -3698614 or 4886727. OLE color: 4886727.

HSL color Cylindrical-coordinate representation of color #C7904A: hue angle of 33.6º 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 #C7904A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 144 74 -
CMYK 0 0.28 0.63 0.22
HSL 33.6º 0.53% 0.54% -
HSV(B) 33.6º 0.63% 0.78% -
XYZ 34.76 32.58 10.94 -
YUV 152.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 199 144 74 0 0.28 0.63 0.22 33.6 0.53 0.54
Hex C7 90 4A 0 1C 3F 16 22 35 36
Octal 307 220 112 0 34 77 26 42 65 66
Binary 11000111 10010000 1001010 0 11100 111111 10110 100010 110101 110110

Color Harmonies of #C7904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7904A

Black with #C7904A

Text Example


Text Example

White with #C7904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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