Html Css Color HEX #C7914A Tussock

📋 copy color: '#C7914A'

red 199 ◦ green 145 ◦ blue 74

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

Shades of Tussock #C7914A

Tints of Tussock #C7914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

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

R = 47.61%
G = 34.69%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7914A (or 0xC7914A) is known color: Tussock. HEX triplet: C7, 91 and 4A. RGB value is (199,145,74). Sum of RGB (Red+Green+Blue) = 199+145+74=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7914A is #386EB5. Grayscale: #999999. Windows color (decimal): -3698358 or 4886983. OLE color: 4886983.

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

Color convert

RGB 199 145 74 -
CMYK 0 0.27 0.63 0.22
HSL 34.08º 0.53% 0.54% -
HSV(B) 34.08º 0.63% 0.78% -
XYZ 34.91 32.89 10.99 -
YUV 153.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 199 145 74 0 0.27 0.63 0.22 34.08 0.53 0.54
Hex C7 91 4A 0 1B 3F 16 22 35 36
Octal 307 221 112 0 33 77 26 42 65 66
Binary 11000111 10010001 1001010 0 11011 111111 10110 100010 110101 110110

Color Harmonies of #C7914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7914A

Black with #C7914A

Text Example


Text Example

White with #C7914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7914A; }

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

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

background-color css

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

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

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

border-color css

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

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

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