#C48E58

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

Shades of Twine #C48E58

Tints of Twine #C48E58

Color information

#C48E58 (or 0xC48E58) is unknown color: approx Twine. HEX triplet: C4, 8E and 58. RGB value is (196,142,88). Sum of RGB (Red+Green+Blue) = 196+142+88=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48E58 is #3B71A7. Grayscale: #989898. Windows color (decimal): -3895720 or 5803716. OLE color: 5803716.

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

Color convert

RGB19614288-
CMYK00.280.550.23
HSL30º47.79%55.69%-
HSV(B)30º55.1%76.86%-
XYZ34.231.7913.57-
YUV151.9991.89159.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=46.01%
G=33.33%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961428800.280.550.233047.7955.69
HexC48E5801C37171e3038
Octal3042161300346727366070
Binary110001001000111010110000111001101111011111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E58; }

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

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

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

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

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

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

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

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