Html Css Color HEX #C48C4D Tussock

📋 copy color: '#C48C4D'

red 196 ◦ green 140 ◦ blue 77

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

Shades of Tussock #C48C4D

Tints of Tussock #C48C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 47.46%
G = 33.9%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C48C4D (or 0xC48C4D) is known color: Tussock. HEX triplet: C4, 8C and 4D. RGB value is (196,140,77). Sum of RGB (Red+Green+Blue) = 196+140+77=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C4D is #3B73B2. Grayscale: #959595. Windows color (decimal): -3896243 or 5082308. OLE color: 5082308.

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

Color convert

RGB 196 140 77 -
CMYK 0 0.29 0.61 0.23
HSL 31.76º 0.5% 0.54% -
HSV(B) 31.76º 0.61% 0.77% -
XYZ 33.48 31.03 11.25 -
YUV 149.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 196 140 77 0 0.29 0.61 0.23 31.76 0.5 0.54
Hex C4 8C 4D 0 1D 3D 17 20 32 36
Octal 304 214 115 0 35 75 27 40 62 66
Binary 11000100 10001100 1001101 0 11101 111101 10111 100000 110010 110110

Color Harmonies of #C48C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C4D

Black with #C48C4D

Text Example


Text Example

White with #C48C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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