#C48F60

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

Shades of Twine #C48F60

Tints of Twine #C48F60

Color information

#C48F60 (or 0xC48F60) is unknown color: approx Twine. HEX triplet: C4, 8F and 60. RGB value is (196,143,96). Sum of RGB (Red+Green+Blue) = 196+143+96=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48F60 is #3B709F. Grayscale: #999999. Windows color (decimal): -3895456 or 6328260. OLE color: 6328260.

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

Color convert

RGB19614396-
CMYK00.270.510.23
HSL28.2º45.87%57.25%-
HSV(B)28.2º51.02%76.86%-
XYZ34.732.2315.46-
YUV153.4995.56158.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=45.06%
G=32.87%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961439600.270.510.2328.245.8757.25
HexC48F6001B33171c2e39
Octal3042171400336327345671
Binary110001001000111111000000110111100111011111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48F60; }

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

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

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

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

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

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

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

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

cancel