Html Css Color HEX #C48C49 Tussock

📋 copy color: '#C48C49'

red 196 ◦ green 140 ◦ blue 73

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

Shades of Tussock #C48C49

Tints of Tussock #C48C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 47.92%
G = 34.23%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C48C49 (or 0xC48C49) is known color: Tussock. HEX triplet: C4, 8C and 49. RGB value is (196,140,73). Sum of RGB (Red+Green+Blue) = 196+140+73=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C49 is #3B73B6. Grayscale: #959595. Windows color (decimal): -3896247 or 4820164. OLE color: 4820164.

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

Color convert

RGB 196 140 73 -
CMYK 0 0.29 0.63 0.23
HSL 32.68º 0.51% 0.53% -
HSV(B) 32.68º 0.63% 0.77% -
XYZ 33.35 30.97 10.52 -
YUV 149.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 196 140 73 0 0.29 0.63 0.23 32.68 0.51 0.53
Hex C4 8C 49 0 1D 3F 17 21 33 35
Octal 304 214 111 0 35 77 27 41 63 65
Binary 11000100 10001100 1001001 0 11101 111111 10111 100001 110011 110101

Color Harmonies of #C48C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C49

Black with #C48C49

Text Example


Text Example

White with #C48C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C49; }

 p { color: rgb(196,140,73); }

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

background-color css

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

 a { background-color: rgb(196,140,73); }

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

border-color css

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

 span { border-color: rgb(196,140,73); }

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