#C0617F

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

Shades of Tapestry #C0617F

Tints of Tapestry #C0617F

Color information

#C0617F (or 0xC0617F) is unknown color: approx Tapestry. HEX triplet: C0, 61 and 7F. RGB value is (192,97,127). Sum of RGB (Red+Green+Blue) = 192+97+127=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0617F is #3F9E80. Grayscale: #808080. Windows color (decimal): -4169345 or 8348096. OLE color: 8348096.

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

Color convert

RGB19297127-
CMYK00.490.340.25
HSL341.05º42.99%56.67%-
HSV(B)341.05º49.48%75.29%-
XYZ29.8421.2922.61-
YUV128.83126.97173.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.15%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 127 (50% from 255) = 30.53%
R=46.15%
G=23.32%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929712700.490.340.25341.0542.9956.67
HexC0617F03122191552b39
Octal30014117706142315255371
Binary1100000011000011111111011000110001011001101010101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0617F; }

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

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

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

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

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

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

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

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