#C0657F

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

Shades of Tapestry #C0657F

Tints of Tapestry #C0657F

Color information

#C0657F (or 0xC0657F) is unknown color: approx Tapestry. HEX triplet: C0, 65 and 7F. RGB value is (192,101,127). Sum of RGB (Red+Green+Blue) = 192+101+127=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0657F is #3F9A80. Grayscale: #838383. Windows color (decimal): -4168321 or 8349120. OLE color: 8349120.

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

Color convert

RGB192101127-
CMYK00.470.340.25
HSL342.86º41.94%57.45%-
HSV(B)342.86º47.4%75.29%-
XYZ30.2222.0522.74-
YUV131.17125.65171.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 127 (50% from 255) = 30.24%
R=45.71%
G=24.05%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210112700.470.340.25342.8641.9457.45
HexC0657F02F22191572a39
Octal30014517705742315275271
Binary1100000011001011111111010111110001011001101010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0657F; }

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

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

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

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

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

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

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

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