Html Css Color HEX #C49B4E Tussock

📋 copy color: '#C49B4E'

red 196 ◦ green 155 ◦ blue 78

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

Shades of Tussock #C49B4E

Tints of Tussock #C49B4E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 45.69%
G = 36.13%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C49B4E (or 0xC49B4E) is known color: Tussock. HEX triplet: C4, 9B and 4E. RGB value is (196,155,78). Sum of RGB (Red+Green+Blue) = 196+155+78=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B4E is #3B64B1. Grayscale: #9E9E9E. Windows color (decimal): -3892402 or 5151684. OLE color: 5151684.

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

Color convert

RGB 196 155 78 -
CMYK 0 0.21 0.60 0.23
HSL 39.15º 0.5% 0.54% -
HSV(B) 39.15º 0.6% 0.77% -
XYZ 35.86 35.73 12.21 -
YUV 158.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 196 155 78 0 0.21 0.60 0.23 39.15 0.5 0.54
Hex C4 9B 4E 0 15 3C 17 27 32 36
Octal 304 233 116 0 25 74 27 47 62 66
Binary 11000100 10011011 1001110 0 10101 111100 10111 100111 110010 110110

Color Harmonies of #C49B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B4E

Black with #C49B4E

Text Example


Text Example

White with #C49B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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