Html Css Color HEX #C4944E Tussock

📋 copy color: '#C4944E'

red 196 ◦ green 148 ◦ blue 78

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

Shades of Tussock #C4944E

Tints of Tussock #C4944E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

 BLUE value IS 78 (30.86% from 255) = 18.48%

R = 46.45%
G = 35.07%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4944E (or 0xC4944E) is known color: Tussock. HEX triplet: C4, 94 and 4E. RGB value is (196,148,78). Sum of RGB (Red+Green+Blue) = 196+148+78=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4944E is #3B6BB1. Grayscale: #9A9A9A. Windows color (decimal): -3894194 or 5149892. OLE color: 5149892.

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

Color convert

RGB 196 148 78 -
CMYK 0 0.24 0.60 0.23
HSL 35.59º 0.5% 0.54% -
HSV(B) 35.59º 0.6% 0.77% -
XYZ 34.73 33.47 11.84 -
YUV 154.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 196 148 78 0 0.24 0.60 0.23 35.59 0.5 0.54
Hex C4 94 4E 0 18 3C 17 24 32 36
Octal 304 224 116 0 30 74 27 44 62 66
Binary 11000100 10010100 1001110 0 11000 111100 10111 100100 110010 110110

Color Harmonies of #C4944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4944E

Black with #C4944E

Text Example


Text Example

White with #C4944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4944E; }

 p { color: rgb(196,148,78); }

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

background-color css

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

 a { background-color: rgb(196,148,78); }

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

border-color css

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

 span { border-color: rgb(196,148,78); }

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