Html Css Color HEX #C4964C Tussock

📋 copy color: '#C4964C'

red 196 ◦ green 150 ◦ blue 76

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

Shades of Tussock #C4964C

Tints of Tussock #C4964C

RGB

 RED value IS 196 (76.95% from 255) = 46.45%

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

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

R = 46.45%
G = 35.55%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4964C (or 0xC4964C) is known color: Tussock. HEX triplet: C4, 96 and 4C. RGB value is (196,150,76). Sum of RGB (Red+Green+Blue) = 196+150+76=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4964C is #3B69B3. Grayscale: #9B9B9B. Windows color (decimal): -3893684 or 5019332. OLE color: 5019332.

HSL color Cylindrical-coordinate representation of color #C4964C: hue angle of 37º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4964C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 76 -
CMYK 0 0.23 0.61 0.23
HSL 37º 0.5% 0.53% -
HSV(B) 37º 0.61% 0.77% -
XYZ 34.98 34.07 11.57 -
YUV 155.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 196 150 76 0 0.23 0.61 0.23 37 0.5 0.53
Hex C4 96 4C 0 17 3D 17 25 32 35
Octal 304 226 114 0 27 75 27 45 62 65
Binary 11000100 10010110 1001100 0 10111 111101 10111 100101 110010 110101

Color Harmonies of #C4964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4964C

Black with #C4964C

Text Example


Text Example

White with #C4964C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4964C; }

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

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

background-color css

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

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

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

border-color css

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

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

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