#C05F81

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

Shades of Tapestry #C05F81

Tints of Tapestry #C05F81

Color information

#C05F81 (or 0xC05F81) is unknown color: approx Tapestry. HEX triplet: C0, 5F and 81. RGB value is (192,95,129). Sum of RGB (Red+Green+Blue) = 192+95+129=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F81 is #3FA07E. Grayscale: #7F7F7F. Windows color (decimal): -4169855 or 8478656. OLE color: 8478656.

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

Color convert

RGB19295129-
CMYK00.510.330.25
HSL338.97º43.5%56.27%-
HSV(B)338.97º50.52%75.29%-
XYZ29.7920.9823.25-
YUV127.88128.64173.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=46.15%
G=22.84%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929512900.510.330.25338.9743.556.27
HexC05F8103321191532b38
Octal30013720106341315235370
Binary11000000101111110000001011001110000111001101010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F81; }

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

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

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

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

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

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

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

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