#C48E55

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

Shades of Twine #C48E55

Tints of Twine #C48E55

Color information

#C48E55 (or 0xC48E55) is unknown color: approx Twine. HEX triplet: C4, 8E and 55. RGB value is (196,142,85). Sum of RGB (Red+Green+Blue) = 196+142+85=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E55 is #3B71AA. Grayscale: #979797. Windows color (decimal): -3895723 or 5607108. OLE color: 5607108.

HSL color Cylindrical-coordinate representation of color #C48E55: hue angle of 30.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C48E55 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19614285-
CMYK00.280.570.23
HSL30.81º48.47%55.1%-
HSV(B)30.81º56.63%76.86%-
XYZ34.0831.7412.92-
YUV151.6590.39159.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=46.34%
G=33.57%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961428500.280.570.2330.8148.4755.1
HexC48E5501C39171f3037
Octal3042161250347127376067
Binary110001001000111010101010111001110011011111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E55; }

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

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

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

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

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

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

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

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