#C48E5D

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

Shades of Twine #C48E5D

Tints of Twine #C48E5D

Color information

#C48E5D (or 0xC48E5D) is unknown color: approx Twine. HEX triplet: C4, 8E and 5D. RGB value is (196,142,93). Sum of RGB (Red+Green+Blue) = 196+142+93=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E5D is #3B71A2. Grayscale: #989898. Windows color (decimal): -3895715 or 6131396. OLE color: 6131396.

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

Color convert

RGB19614293-
CMYK00.280.530.23
HSL28.54º46.61%56.67%-
HSV(B)28.54º52.55%76.86%-
XYZ34.4131.8714.69-
YUV152.5694.39158.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=45.48%
G=32.95%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961429300.280.530.2328.5446.6156.67
HexC48E5D01C35171d2f39
Octal3042161350346527355771
Binary110001001000111010111010111001101011011111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E5D; }

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

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

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

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

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

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

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

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