#C48E4A

Color #C48E4A Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C48E4A

Tints of Tussock #C48E4A

Color information

#C48E4A (or 0xC48E4A) is unknown color: approx Tussock. HEX triplet: C4, 8E and 4A. RGB value is (196,142,74). Sum of RGB (Red+Green+Blue) = 196+142+74=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E4A is #3B71B5. Grayscale: #969696. Windows color (decimal): -3895734 or 4886212. OLE color: 4886212.

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

Color convert

RGB19614274-
CMYK00.280.620.23
HSL33.44º50.83%52.94%-
HSV(B)33.44º62.24%76.86%-
XYZ33.6731.5810.8-
YUV150.3984.89160.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=47.57%
G=34.47%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961427400.280.620.2333.4450.8352.94
HexC48E4A01C3E17213335
Octal3042161120347627416365
Binary1100010010001110100101001110011111010111100001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E4A; }

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

 H1.HeaderClassName
 {
   color: #C48E4A;
 }
 .AnyTagClassName
 {
   color: #C48E4A;
 }
</style>
background-color css

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

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

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

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

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

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