#C48556

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

Shades of Twine #C48556

Tints of Twine #C48556

Color information

#C48556 (or 0xC48556) is unknown color: approx Twine. HEX triplet: C4, 85 and 56. RGB value is (196,133,86). Sum of RGB (Red+Green+Blue) = 196+133+86=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C48556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48556 is #3B7AA9. Grayscale: #929292. Windows color (decimal): -3898026 or 5670340. OLE color: 5670340.

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

Color convert

RGB19613386-
CMYK00.320.560.23
HSL25.64º48.25%55.29%-
HSV(B)25.64º56.12%76.86%-
XYZ32.8329.1812.71-
YUV146.4893.87163.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=47.23%
G=32.05%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961338600.320.560.2325.6448.2555.29
HexC4855602038171a3037
Octal3042051260407027326067
Binary1100010010000101101011001000001110001011111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48556; }

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

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

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

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

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

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

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

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