#C48F56

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

Shades of Twine #C48F56

Tints of Twine #C48F56

Color information

#C48F56 (or 0xC48F56) is unknown color: approx Twine. HEX triplet: C4, 8F and 56. RGB value is (196,143,86). Sum of RGB (Red+Green+Blue) = 196+143+86=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F56 is #3B70A9. Grayscale: #989898. Windows color (decimal): -3895466 or 5672900. OLE color: 5672900.

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

Color convert

RGB19614386-
CMYK00.270.560.23
HSL31.09º48.25%55.29%-
HSV(B)31.09º56.12%76.86%-
XYZ34.2732.0513.18-
YUV152.3590.56159.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=46.12%
G=33.65%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961438600.270.560.2331.0948.2555.29
HexC48F5601B38171f3037
Octal3042171260337027376067
Binary110001001000111110101100110111110001011111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F56; }

 p { color: rgb(196,143,86); }

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

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

 a { background-color: rgb(196,143,86); }

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

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

 span { border-color: rgb(196,143,86); }

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