#C0875F

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

Shades of Twine #C0875F

Tints of Twine #C0875F

Color information

#C0875F (or 0xC0875F) is unknown color: approx Twine. HEX triplet: C0, 87 and 5F. RGB value is (192,135,95). Sum of RGB (Red+Green+Blue) = 192+135+95=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0875F is #3F78A0. Grayscale: #939393. Windows color (decimal): -4159649 or 6260672. OLE color: 6260672.

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

Color convert

RGB19213595-
CMYK00.300.510.25
HSL24.74º43.5%56.27%-
HSV(B)24.74º50.52%75.29%-
XYZ32.4729.3614.78-
YUV147.4898.38159.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=45.50%
G=31.99%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921359500.300.510.2524.7443.556.27
HexC0875F01E3319192b38
Octal3002071370366331315370
Binary110000001000011110111110111101100111100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0875F; }

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

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

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

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

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

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

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

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