#C38F60

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

Shades of Twine #C38F60

Tints of Twine #C38F60

Color information

#C38F60 (or 0xC38F60) is unknown color: approx Twine. HEX triplet: C3, 8F and 60. RGB value is (195,143,96). Sum of RGB (Red+Green+Blue) = 195+143+96=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F60 is #3C709F. Grayscale: #999999. Windows color (decimal): -3960992 or 6328259. OLE color: 6328259.

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

Color convert

RGB19514396-
CMYK00.270.510.24
HSL28.48º45.21%57.06%-
HSV(B)28.48º50.77%76.47%-
XYZ34.4432.0915.45-
YUV153.1995.73157.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=44.93%
G=32.95%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951439600.270.510.2428.4845.2157.06
HexC38F6001B33181c2d39
Octal3032171400336330345571
Binary110000111000111111000000110111100111100011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F60; }

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

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

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

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

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

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

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

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