Html Css Color HEX #C4984D Tussock

📋 copy color: '#C4984D'

red 196 ◦ green 152 ◦ blue 77

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

Shades of Tussock #C4984D

Tints of Tussock #C4984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.76%

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 46.12%
G = 35.76%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4984D (or 0xC4984D) is known color: Tussock. HEX triplet: C4, 98 and 4D. RGB value is (196,152,77). Sum of RGB (Red+Green+Blue) = 196+152+77=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4984D is #3B67B2. Grayscale: #9C9C9C. Windows color (decimal): -3893171 or 5085380. OLE color: 5085380.

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

Color convert

RGB 196 152 77 -
CMYK 0 0.22 0.61 0.23
HSL 37.82º 0.5% 0.54% -
HSV(B) 37.82º 0.61% 0.77% -
XYZ 35.33 34.73 11.86 -
YUV 156.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 196 152 77 0 0.22 0.61 0.23 37.82 0.5 0.54
Hex C4 98 4D 0 16 3D 17 26 32 36
Octal 304 230 115 0 26 75 27 46 62 66
Binary 11000100 10011000 1001101 0 10110 111101 10111 100110 110010 110110

Color Harmonies of #C4984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4984D

Black with #C4984D

Text Example


Text Example

White with #C4984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4984D; }

 p { color: rgb(196,152,77); }

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

background-color css

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

 a { background-color: rgb(196,152,77); }

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

border-color css

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

 span { border-color: rgb(196,152,77); }

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