Html Css Color HEX #C4954A Tussock

📋 copy color: '#C4954A'

red 196 ◦ green 149 ◦ blue 74

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

Shades of Tussock #C4954A

Tints of Tussock #C4954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.56%

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

R = 46.78%
G = 35.56%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4954A (or 0xC4954A) is known color: Tussock. HEX triplet: C4, 95 and 4A. RGB value is (196,149,74). Sum of RGB (Red+Green+Blue) = 196+149+74=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4954A is #3B6AB5. Grayscale: #9A9A9A. Windows color (decimal): -3893942 or 4888004. OLE color: 4888004.

HSL color Cylindrical-coordinate representation of color #C4954A: hue angle of 36.89º 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 #C4954A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 149 74 -
CMYK 0 0.24 0.62 0.23
HSL 36.89º 0.51% 0.53% -
HSV(B) 36.89º 0.62% 0.77% -
XYZ 34.75 33.73 11.16 -
YUV 154.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 196 149 74 0 0.24 0.62 0.23 36.89 0.51 0.53
Hex C4 95 4A 0 18 3E 17 25 33 35
Octal 304 225 112 0 30 76 27 45 63 65
Binary 11000100 10010101 1001010 0 11000 111110 10111 100101 110011 110101

Color Harmonies of #C4954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4954A

Black with #C4954A

Text Example


Text Example

White with #C4954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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