Html Css Color HEX #C49948 Tussock

📋 copy color: '#C49948'

red 196 ◦ green 153 ◦ blue 72

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

Shades of Tussock #C49948

Tints of Tussock #C49948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 72 (28.52% from 255) = 17.1%

R = 46.56%
G = 36.34%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C49948 (or 0xC49948) is known color: Tussock. HEX triplet: C4, 99 and 48. RGB value is (196,153,72). Sum of RGB (Red+Green+Blue) = 196+153+72=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C49948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49948 is #3B66B7. Grayscale: #9C9C9C. Windows color (decimal): -3892920 or 4757956. OLE color: 4757956.

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

Color convert

RGB 196 153 72 -
CMYK 0 0.22 0.63 0.23
HSL 39.19º 0.51% 0.53% -
HSV(B) 39.19º 0.63% 0.77% -
XYZ 35.33 34.99 11.02 -
YUV 156.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 196 153 72 0 0.22 0.63 0.23 39.19 0.51 0.53
Hex C4 99 48 0 16 3F 17 27 33 35
Octal 304 231 110 0 26 77 27 47 63 65
Binary 11000100 10011001 1001000 0 10110 111111 10111 100111 110011 110101

Color Harmonies of #C49948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49948

Black with #C49948

Text Example


Text Example

White with #C49948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49948; }

 p { color: rgb(196,153,72); }

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

background-color css

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

 a { background-color: rgb(196,153,72); }

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

border-color css

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

 span { border-color: rgb(196,153,72); }

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