#C0885F

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

Shades of Twine #C0885F

Tints of Twine #C0885F

Color information

#C0885F (or 0xC0885F) is unknown color: approx Twine. HEX triplet: C0, 88 and 5F. RGB value is (192,136,95). Sum of RGB (Red+Green+Blue) = 192+136+95=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0885F is #3F77A0. Grayscale: #949494. Windows color (decimal): -4159393 or 6260928. OLE color: 6260928.

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

Color convert

RGB19213695-
CMYK00.290.510.25
HSL25.36º43.5%56.27%-
HSV(B)25.36º50.52%75.29%-
XYZ32.6129.6414.83-
YUV148.0798.05159.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=45.39%
G=32.15%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921369500.290.510.2525.3643.556.27
HexC0885F01D3319192b38
Octal3002101370356331315370
Binary110000001000100010111110111011100111100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0885F; }

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

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

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

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

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

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

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

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