#C0687F

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

Shades of Tapestry #C0687F

Tints of Tapestry #C0687F

Color information

#C0687F (or 0xC0687F) is unknown color: approx Tapestry. HEX triplet: C0, 68 and 7F. RGB value is (192,104,127). Sum of RGB (Red+Green+Blue) = 192+104+127=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0687F is #3F9780. Grayscale: #848484. Windows color (decimal): -4167553 or 8349888. OLE color: 8349888.

HSL color Cylindrical-coordinate representation of color #C0687F: hue angle of 344.32º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0687F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192104127-
CMYK00.460.340.25
HSL344.32º41.12%58.04%-
HSV(B)344.32º45.83%75.29%-
XYZ30.5222.6422.84-
YUV132.93124.65170.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 127 (50% from 255) = 30.02%
R=45.39%
G=24.59%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210412700.460.340.25344.3241.1258.04
HexC0687F02E2219158293a
Octal30015017705642315305172
Binary1100000011010001111111010111010001011001101011000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0687F; }

 p { color: rgb(192,104,127); }

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

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

 a { background-color: rgb(192,104,127); }

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

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

 span { border-color: rgb(192,104,127); }

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