Html Css Color HEX #C4984A Tussock

📋 copy color: '#C4984A'

red 196 ◦ green 152 ◦ blue 74

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

Shades of Tussock #C4984A

Tints of Tussock #C4984A

RGB

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

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

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

R = 46.45%
G = 36.02%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4984A (or 0xC4984A) is known color: Tussock. HEX triplet: C4, 98 and 4A. RGB value is (196,152,74). Sum of RGB (Red+Green+Blue) = 196+152+74=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4984A is #3B67B5. Grayscale: #9C9C9C. Windows color (decimal): -3893174 or 4888772. OLE color: 4888772.

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

Color convert

RGB 196 152 74 -
CMYK 0 0.22 0.62 0.23
HSL 38.36º 0.51% 0.53% -
HSV(B) 38.36º 0.62% 0.77% -
XYZ 35.23 34.69 11.32 -
YUV 156.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 196 152 74 0 0.22 0.62 0.23 38.36 0.51 0.53
Hex C4 98 4A 0 16 3E 17 26 33 35
Octal 304 230 112 0 26 76 27 46 63 65
Binary 11000100 10011000 1001010 0 10110 111110 10111 100110 110011 110101

Color Harmonies of #C4984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4984A

Black with #C4984A

Text Example


Text Example

White with #C4984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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