Html Css Color HEX #C7964C Tussock

📋 copy color: '#C7964C'

red 199 ◦ green 150 ◦ blue 76

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

Shades of Tussock #C7964C

Tints of Tussock #C7964C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 46.82%
G = 35.29%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7964C (or 0xC7964C) is known color: Tussock. HEX triplet: C7, 96 and 4C. RGB value is (199,150,76). Sum of RGB (Red+Green+Blue) = 199+150+76=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7964C is #3869B3. Grayscale: #9C9C9C. Windows color (decimal): -3697076 or 5019335. OLE color: 5019335.

HSL color Cylindrical-coordinate representation of color #C7964C: hue angle of 36.1º degrees, saturation: 0.52, 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 #C7964C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 150 76 -
CMYK 0 0.25 0.62 0.22
HSL 36.1º 0.52% 0.54% -
HSV(B) 36.1º 0.62% 0.78% -
XYZ 35.76 34.48 11.61 -
YUV 156.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 199 150 76 0 0.25 0.62 0.22 36.1 0.52 0.54
Hex C7 96 4C 0 19 3E 16 24 34 36
Octal 307 226 114 0 31 76 26 44 64 66
Binary 11000111 10010110 1001100 0 11001 111110 10110 100100 110100 110110

Color Harmonies of #C7964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7964C

Black with #C7964C

Text Example


Text Example

White with #C7964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7964C; }

 p { color: rgb(199,150,76); }

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

background-color css

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

 a { background-color: rgb(199,150,76); }

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

border-color css

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

 span { border-color: rgb(199,150,76); }

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