Html Css Color HEX #C48D4A Tussock

📋 copy color: '#C48D4A'

red 196 ◦ green 141 ◦ blue 74

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

Shades of Tussock #C48D4A

Tints of Tussock #C48D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.31%

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

R = 47.69%
G = 34.31%
B = 18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C48D4A (or 0xC48D4A) is known color: Tussock. HEX triplet: C4, 8D and 4A. RGB value is (196,141,74). Sum of RGB (Red+Green+Blue) = 196+141+74=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D4A is #3B72B5. Grayscale: #969696. Windows color (decimal): -3895990 or 4885956. OLE color: 4885956.

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

Color convert

RGB 196 141 74 -
CMYK 0 0.28 0.62 0.23
HSL 32.95º 0.51% 0.53% -
HSV(B) 32.95º 0.62% 0.77% -
XYZ 33.53 31.28 10.75 -
YUV 149.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 196 141 74 0 0.28 0.62 0.23 32.95 0.51 0.53
Hex C4 8D 4A 0 1C 3E 17 21 33 35
Octal 304 215 112 0 34 76 27 41 63 65
Binary 11000100 10001101 1001010 0 11100 111110 10111 100001 110011 110101

Color Harmonies of #C48D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48D4A

Black with #C48D4A

Text Example


Text Example

White with #C48D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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