Html Css Color HEX #C7994B Tussock

📋 copy color: '#C7994B'

red 199 ◦ green 153 ◦ blue 75

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

Shades of Tussock #C7994B

Tints of Tussock #C7994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.56%

R = 46.6%
G = 35.83%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7994B (or 0xC7994B) is known color: Tussock. HEX triplet: C7, 99 and 4B. RGB value is (199,153,75). Sum of RGB (Red+Green+Blue) = 199+153+75=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7994B is #3866B4. Grayscale: #9E9E9E. Windows color (decimal): -3696309 or 4954567. OLE color: 4954567.

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

Color convert

RGB 199 153 75 -
CMYK 0 0.23 0.62 0.22
HSL 37.74º 0.53% 0.54% -
HSV(B) 37.74º 0.62% 0.78% -
XYZ 36.21 35.43 11.59 -
YUV 157.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 199 153 75 0 0.23 0.62 0.22 37.74 0.53 0.54
Hex C7 99 4B 0 17 3E 16 26 35 36
Octal 307 231 113 0 27 76 26 46 65 66
Binary 11000111 10011001 1001011 0 10111 111110 10110 100110 110101 110110

Color Harmonies of #C7994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7994B

Black with #C7994B

Text Example


Text Example

White with #C7994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7994B; }

 p { color: rgb(199,153,75); }

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

background-color css

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

 a { background-color: rgb(199,153,75); }

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

border-color css

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

 span { border-color: rgb(199,153,75); }

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