#C39060

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

Shades of Twine #C39060

Tints of Twine #C39060

Color information

#C39060 (or 0xC39060) is unknown color: approx Twine. HEX triplet: C3, 90 and 60. RGB value is (195,144,96). Sum of RGB (Red+Green+Blue) = 195+144+96=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C39060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39060 is #3C6F9F. Grayscale: #9A9A9A. Windows color (decimal): -3960736 or 6328515. OLE color: 6328515.

HSL color Cylindrical-coordinate representation of color #C39060: hue angle of 29.09º 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 #C39060 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19514496-
CMYK00.260.510.24
HSL29.09º45.21%57.06%-
HSV(B)29.09º50.77%76.47%-
XYZ34.5932.3915.5-
YUV153.7895.4157.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=44.83%
G=33.10%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951449600.260.510.2429.0945.2157.06
HexC3906001A33181d2d39
Octal3032201400326330355571
Binary110000111001000011000000110101100111100011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39060; }

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

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

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

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

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

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

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

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