#C0965F

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

Shades of Twine #C0965F

Tints of Twine #C0965F

Color information

#C0965F (or 0xC0965F) is unknown color: approx Twine. HEX triplet: C0, 96 and 5F. RGB value is (192,150,95). Sum of RGB (Red+Green+Blue) = 192+150+95=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0965F is #3F69A0. Grayscale: #9C9C9C. Windows color (decimal): -4155809 or 6264512. OLE color: 6264512.

HSL color Cylindrical-coordinate representation of color #C0965F: hue angle of 34.02º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0965F is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19215095-
CMYK00.220.510.25
HSL34.02º43.5%56.27%-
HSV(B)34.02º50.52%75.29%-
XYZ34.7133.8515.53-
YUV156.2993.41153.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=43.94%
G=34.32%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921509500.220.510.2534.0243.556.27
HexC0965F0163319222b38
Octal3002261370266331425370
Binary1100000010010110101111101011011001111001100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0965F; }

 p { color: rgb(192,150,95); }

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

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

 a { background-color: rgb(192,150,95); }

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

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

 span { border-color: rgb(192,150,95); }

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