#C0727D

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

Shades of Tapestry #C0727D

Tints of Tapestry #C0727D

Color information

#C0727D (or 0xC0727D) is unknown color: approx Tapestry. HEX triplet: C0, 72 and 7D. RGB value is (192,114,125). Sum of RGB (Red+Green+Blue) = 192+114+125=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0727D is #3F8D82. Grayscale: #8A8A8A. Windows color (decimal): -4164995 or 8221376. OLE color: 8221376.

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

Color convert

RGB192114125-
CMYK00.410.350.25
HSL351.54º38.24%60%-
HSV(B)351.54º40.62%75.29%-
XYZ31.4624.7222.52-
YUV138.58120.34166.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=44.55%
G=26.45%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211412500.410.350.25351.5438.2460
HexC0727D0292319160263c
Octal30016217505143315404674
Binary1100000011100101111101010100110001111001101100000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0727D; }

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

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

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

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

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

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

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

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