#c48858

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

Shades of Twine #C48858

Tints of Twine #C48858

Color information

#C48858 (or 0xC48858) is unknown color: approx Twine. HEX triplet: C4, 88 and 58. RGB value is (196,136,88). Sum of RGB (Red+Green+Blue) = 196+136+88=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C48858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48858 is #3B77A7. Grayscale: #949494. Windows color (decimal): -3897256 or 5802180. OLE color: 5802180.

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

Color convert

RGB19613688-
CMYK00.310.550.23
HSL26.67º47.79%55.69%-
HSV(B)26.67º55.1%76.86%-
XYZ33.3330.0513.28-
YUV148.4793.88161.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=46.67%
G=32.38%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961368800.310.550.2326.6747.7955.69
HexC4885801F37171b3038
Octal3042101300376727336070
Binary110001001000100010110000111111101111011111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48858; }

 p { color: rgb(196,136,88); }

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

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

 a { background-color: rgb(196,136,88); }

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

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

 span { border-color: rgb(196,136,88); }

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