#C0617E

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

Shades of Tapestry #C0617E

Tints of Tapestry #C0617E

Color information

#C0617E (or 0xC0617E) is unknown color: approx Tapestry. HEX triplet: C0, 61 and 7E. RGB value is (192,97,126). Sum of RGB (Red+Green+Blue) = 192+97+126=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0617E is #3F9E81. Grayscale: #808080. Windows color (decimal): -4169346 or 8282560. OLE color: 8282560.

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

Color convert

RGB19297126-
CMYK00.490.340.25
HSL341.68º42.99%56.67%-
HSV(B)341.68º49.48%75.29%-
XYZ29.7821.2622.27-
YUV128.71126.47173.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=46.27%
G=23.37%
B=30.36%

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
Decimal1929712600.490.340.25341.6842.9956.67
HexC0617E03122191562b39
Octal30014117606142315265371
Binary1100000011000011111110011000110001011001101010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0617E; }

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

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

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

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

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

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

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

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