#C0727F

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

Shades of Tapestry #C0727F

Tints of Tapestry #C0727F

Color information

#C0727F (or 0xC0727F) is unknown color: approx Tapestry. HEX triplet: C0, 72 and 7F. RGB value is (192,114,127). Sum of RGB (Red+Green+Blue) = 192+114+127=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0727F is #3F8D80. Grayscale: #8A8A8A. Windows color (decimal): -4164993 or 8352448. OLE color: 8352448.

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

Color convert

RGB192114127-
CMYK00.410.340.25
HSL350º38.24%60%-
HSV(B)350º40.62%75.29%-
XYZ31.5924.7723.2-
YUV138.8121.34165.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 127 (50% from 255) = 29.33%
R=44.34%
G=26.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211412700.410.340.2535038.2460
HexC0727F029221915e263c
Octal30016217705142315364674
Binary1100000011100101111111010100110001011001101011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0727F; }

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

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

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

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

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

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

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

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