Html Css Color HEX #C48C4E Tussock

📋 copy color: '#C48C4E'

red 196 ◦ green 140 ◦ blue 78

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

Shades of Tussock #C48C4E

Tints of Tussock #C48C4E

RGB

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

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

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

R = 47.34%
G = 33.82%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C48C4E (or 0xC48C4E) is known color: Tussock. HEX triplet: C4, 8C and 4E. RGB value is (196,140,78). Sum of RGB (Red+Green+Blue) = 196+140+78=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48C4E is #3B73B1. Grayscale: #959595. Windows color (decimal): -3896242 or 5147844. OLE color: 5147844.

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

Color convert

RGB 196 140 78 -
CMYK 0 0.29 0.60 0.23
HSL 31.53º 0.5% 0.54% -
HSV(B) 31.53º 0.6% 0.77% -
XYZ 33.52 31.04 11.43 -
YUV 149.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 196 140 78 0 0.29 0.60 0.23 31.53 0.5 0.54
Hex C4 8C 4E 0 1D 3C 17 20 32 36
Octal 304 214 116 0 35 74 27 40 62 66
Binary 11000100 10001100 1001110 0 11101 111100 10111 100000 110010 110110

Color Harmonies of #C48C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C4E

Black with #C48C4E

Text Example


Text Example

White with #C48C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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